Skip to content

Commit 66ee691

Browse files
authored
IT-3921: Fix periodic scan (#15)
1 parent b98f9d5 commit 66ee691

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/trivy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ on:
2727
required: false
2828
type: number
2929
default: 0
30-
30+
outputs:
31+
trivy_conclusion:
32+
description: "The pass/fail return code from Trivy"
33+
value: ${{ jobs.trivy.outputs.trivy_conclusion }}
3134
env:
3235
sarif_file_name: trivy-results-${{ inputs.NOTEBOOK_TYPE }}.sarif
3336
# downloading the trivy-db from its default GitHub location fails because
@@ -92,5 +95,5 @@ jobs:
9295
wait-for-processing: true
9396

9497
outputs:
95-
trivy_conclusion: steps.trivy.outputs.conclusion
98+
trivy_conclusion: steps.trivy.conclusion
9699
...

0 commit comments

Comments
 (0)