We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa79a1 commit bece0efCopy full SHA for bece0ef
.github/workflows/scan.yaml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
continue-on-error: true
30
strategy:
31
- fail_fast: false
+ fail-fast: false
32
matrix:
33
product_version: ${{ fromJson(needs.image_list.outputs.matrix) }}
34
steps:
stack_scanner/main.py
@@ -10,6 +10,7 @@
10
'23.4.1',
11
'23.7.0',
12
'23.11.0',
13
+ '0.0.0-dev'
14
]
15
16
excluded_products = [
0 commit comments