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 c5a296a commit 7e22721Copy full SHA for 7e22721
.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.0
28
- run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.11.0
+ - name: Scan 24.11.1
+ run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.11.1
0 commit comments