Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
al-gerd committed Dec 4, 2024
1 parent 6e41950 commit 6964c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
git config --global --add safe.directory '*'
- name: SAST Scan
working-directory: .
run: osv-scanner --json -r . --output ./scan_results/osv.out.json
run: osv-scanner --json --output ./scan_results/osv.out.json -r .
continue-on-error: true
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 6964c36

Please sign in to comment.