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 22
22
- ' .github/workflows/sycl-macos-*.yml'
23
23
- ' .github/workflows/sycl-nightly.yml'
24
24
- ' .github/workflows/sycl-rel-nightly.yml'
25
+ - ' .github/workflows/trivy.yml'
25
26
- ' devops/containers/**'
26
27
- ' devops/actions/build_container/**'
27
28
Original file line number Diff line number Diff line change 21
21
- ' .github/workflows/sycl-macos-*.yml'
22
22
- ' .github/workflows/sycl-nightly.yml'
23
23
- ' .github/workflows/sycl-rel-nightly.yml'
24
+ - ' .github/workflows/trivy.yml'
24
25
- ' devops/containers/**'
25
26
- ' devops/actions/build_container/**'
26
27
Original file line number Diff line number Diff line change 30
30
run : ./bin/trivy config --format json --output trivy-report.json --ignorefile=devops/.trivyignore.yaml devops/containers --exit-code 1
31
31
32
32
- name : Upload report artifact
33
+ if : always() && !cancelled()
33
34
uses : actions/upload-artifact@v4
34
35
with :
35
36
name : trivy-report
You can’t perform that action at this time.
0 commit comments