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 0a3e3e1 commit 70eceedCopy full SHA for 70eceed
.github/workflows/scan.yaml
@@ -28,5 +28,5 @@ jobs:
28
run: poetry install
29
- name: Scan dev images
30
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 0.0.0-dev
31
- - name: Scan 25.7.0
32
- run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 25.7.0
+ - name: Scan 25.11.0
+ run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 25.11.0
0 commit comments