Skip to content

Commit 919ee95

Browse files
committed
chore: scan 24.11 instead of 24.7
1 parent da05f9d commit 919ee95

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.7.0
28-
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.7.0
27+
- name: Scan 24.11.0
28+
run: poetry run python stack_scanner/main.py scan-release ${{ secrets.SECOBSERVE_API_TOKEN }} 24.11.0

0 commit comments

Comments
 (0)