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 fae8cc2 commit 5ad7dc4Copy full SHA for 5ad7dc4
.github/workflows/trivy.yml
@@ -30,6 +30,7 @@ jobs:
30
run: ./bin/trivy config --format json --output trivy-report.json --ignorefile=devops/.trivyignore.yaml devops/containers --exit-code 1
31
32
- name: Upload report artifact
33
+ if: always() && !cancelled()
34
uses: actions/upload-artifact@v4
35
with:
36
name: trivy-report
0 commit comments