We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ad86b commit 04b8633Copy full SHA for 04b8633
.github/workflows/0-scan-containers.yaml
@@ -40,6 +40,7 @@ jobs:
40
name: scan ${{ matrix.plan-file }}
41
needs: plan
42
strategy:
43
+ fail-fast: false
44
matrix:
45
include: ${{ fromJSON(needs.plan.outputs.plan-matrix) }}
46
0 commit comments