Skip to content

Commit

Permalink
Update security-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jndamito authored Jul 25, 2024
1 parent d6a5284 commit 686a65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
semgrep --config=Matching_scripts/semgrep.yml \
snyk-results.json codeql-results.json \
--json --output results_comparison.json
--json --output results_comparison.json --metrics=off
- name: Process Comparison Results
run: python ./Matching_scripts/process_results.py results_comparison.json
Expand Down

0 comments on commit 686a65b

Please sign in to comment.