Skip to content

Commit

Permalink
fix: change action
Browse files Browse the repository at this point in the history
  • Loading branch information
rivamarco committed Jun 26, 2024
1 parent 3b805ee commit dc83dbc
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@v1
uses: radicalbit/radicalbit-github-workflows/.github/workflows/trivy-fs-scan.yaml@main
with:
directory: ./spark
prcomment: ${{ github.event_name == 'pull_request' && contains(needs.changes.outputs.changed_files, 'spark/poetry.lock') }}
Expand Down

0 comments on commit dc83dbc

Please sign in to comment.