Skip to content

Commit

Permalink
ci: restored workflow version for trivy scan. It is now using the new…
Browse files Browse the repository at this point in the history
… release (#39)

Co-authored-by: lorenzodagostinoradicalbit <[email protected]>
  • Loading branch information
lorenzodagostinoradicalbit and lorenzodagostinoradicalbit authored Jun 27, 2024
1 parent 8a43831 commit 9b22f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
scan-spark:
needs: [changes]
if: ${{ github.event_name == 'push' || ( github.event_name == 'pull_request' && contains(needs.changes.outputs.changed_files, 'spark/poetry.lock') ) }}
uses: radicalbit/radicalbit-github-workflows/.github/workflows/trivy-fs-scan.yaml@main
uses: radicalbit/radicalbit-github-workflows/.github/workflows/trivy-fs-scan.yaml@v1
with:
directory: ./spark
prcomment: ${{ github.event_name == 'pull_request' && contains(needs.changes.outputs.changed_files, 'spark/poetry.lock') }}
Expand Down

0 comments on commit 9b22f66

Please sign in to comment.