We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e63c3 commit 2012040Copy full SHA for 2012040
.github/workflows/build-docker-artifacts.yml
@@ -247,7 +247,7 @@ jobs:
247
ignore-unfixed: false
248
vuln-type: 'os,library'
249
severity: 'MEDIUM,HIGH,CRITICAL'
250
- continue-on-error: true
+ continue-on-error: false
251
252
# - name: Upload Trivy scan results
253
# uses: github/codeql-action/upload-sarif@v2
@@ -258,7 +258,7 @@ jobs:
258
- name: Push image
259
uses: docker/build-push-action@v6
260
with:
261
- # file: ${{ matrix.component.flavor_directory }}/${{ matrix.component.directory }}/Dockerfile
+ file: ${{ matrix.component.flavor_directory }}/${{ matrix.component.directory }}/Dockerfile
262
push: true
263
provenance: false
264
context: .
0 commit comments