Skip to content

Commit e90c3a2

Browse files
committed
feat: scan 25.3.0 instead of 24.11.1
1 parent 4023085 commit e90c3a2

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

0 commit comments

Comments
 (0)