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 8d09f90 commit 76dbf69Copy full SHA for 76dbf69
1 file changed
.github/workflows/scan.yaml
@@ -32,5 +32,5 @@ jobs:
32
run: poetry install
33
- name: Scan dev images
34
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 0.0.0-dev
35
- - name: Scan 25.11.0
36
- run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 25.11.0
+ - name: Scan 26.3.0
+ run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 26.3.0
0 commit comments