We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98f9d5 commit 66ee691Copy full SHA for 66ee691
.github/workflows/trivy.yml
@@ -27,7 +27,10 @@ on:
27
required: false
28
type: number
29
default: 0
30
-
+ outputs:
31
+ trivy_conclusion:
32
+ description: "The pass/fail return code from Trivy"
33
+ value: ${{ jobs.trivy.outputs.trivy_conclusion }}
34
env:
35
sarif_file_name: trivy-results-${{ inputs.NOTEBOOK_TYPE }}.sarif
36
# downloading the trivy-db from its default GitHub location fails because
@@ -92,5 +95,5 @@ jobs:
92
95
wait-for-processing: true
93
96
94
97
outputs:
- trivy_conclusion: steps.trivy.outputs.conclusion
98
+ trivy_conclusion: steps.trivy.conclusion
99
...
0 commit comments