Skip to content

Commit

Permalink
IT-3921: Fix periodic scan (#11)
Browse files Browse the repository at this point in the history
IT-3921: Fix periodic scan
  • Loading branch information
brucehoff authored Dec 2, 2024
1 parent 3db2646 commit 2821f55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ on:
required: false
type: number
default: 0
outputs:
trivy_conclusion:
description: "The pass/fail return code from Trivy"
value: ${{ jobs.trivy.outputs.trivy_conclusion }}

env:
sarif_file_name: trivy-results.sarif
Expand Down Expand Up @@ -94,5 +98,5 @@ jobs:
wait-for-processing: true

outputs:
trivy_conclusion: steps.trivy.outputs.conclusion
trivy_conclusion: steps.trivy.conclusion
...

0 comments on commit 2821f55

Please sign in to comment.