Skip to content

Commit

Permalink
IT-3921: Fix periodic scan (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff authored Dec 2, 2024
1 parent b98f9d5 commit 66ee691
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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-${{ inputs.NOTEBOOK_TYPE }}.sarif
# downloading the trivy-db from its default GitHub location fails because
Expand Down Expand Up @@ -92,5 +95,5 @@ jobs:
wait-for-processing: true

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

0 comments on commit 66ee691

Please sign in to comment.