We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4023085 commit e90c3a2Copy full SHA for e90c3a2
.github/workflows/scan.yaml
@@ -24,5 +24,5 @@ jobs:
24
run: poetry install
25
- name: Scan dev images
26
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 0.0.0-dev
27
- - name: Scan 24.11.1
28
- run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.11.1
+ - name: Scan 25.3.0
+ run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 25.3.0
0 commit comments