Skip to content

Commit 7e22721

Browse files
committed
fix: scan 24.11.1 instead of 24.11.0
1 parent c5a296a commit 7e22721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: poetry install
2525
- name: Scan dev images
2626
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
27+
- name: Scan 24.11.1
28+
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.11.1

0 commit comments

Comments
 (0)