Skip to content

Commit

Permalink
Add scanner run
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Jul 5, 2023
1 parent c713ec8 commit e2a427c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/osv-scanner-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
- name: "Run scanner"
uses: ./ # Uses ./action.yaml
with:
results-format: sarif
results-file: results.sarif
to-scan: ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit e2a427c

Please sign in to comment.