File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2222 - ' .github/workflows/sycl-macos-*.yml'
2323 - ' .github/workflows/sycl-nightly.yml'
2424 - ' .github/workflows/sycl-rel-nightly.yml'
25+ - ' .github/workflows/trivy.yml'
2526 - ' devops/containers/**'
2627 - ' devops/actions/build_container/**'
2728
Original file line number Diff line number Diff line change 2121 - ' .github/workflows/sycl-macos-*.yml'
2222 - ' .github/workflows/sycl-nightly.yml'
2323 - ' .github/workflows/sycl-rel-nightly.yml'
24+ - ' .github/workflows/trivy.yml'
2425 - ' devops/containers/**'
2526 - ' devops/actions/build_container/**'
2627
Original file line number Diff line number Diff line change 3030 run : ./bin/trivy config --format json --output trivy-report.json --ignorefile=devops/.trivyignore.yaml devops/containers --exit-code 1
3131
3232 - name : Upload report artifact
33+ if : always() && !cancelled()
3334 uses : actions/upload-artifact@v4
3435 with :
3536 name : trivy-report
You can’t perform that action at this time.
0 commit comments