Skip to content

Commit bece0ef

Browse files
committed
Fix spelling and enable 0.0.0-dev release for scanning
1 parent caa79a1 commit bece0ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
continue-on-error: true
3030
strategy:
31-
fail_fast: false
31+
fail-fast: false
3232
matrix:
3333
product_version: ${{ fromJson(needs.image_list.outputs.matrix) }}
3434
steps:

stack_scanner/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'23.4.1',
1111
'23.7.0',
1212
'23.11.0',
13+
'0.0.0-dev'
1314
]
1415

1516
excluded_products = [

0 commit comments

Comments
 (0)