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 686a65b commit 5721254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Compare and Consolidate Results
run: |
semgrep --config=Matching_scripts/semgrep.yml \
semgrep --metrics off --config Matching_scripts/semgrep.yml \
snyk-results.json codeql-results.json \
--json --output results_comparison.json --metrics=off
--json --output results_comparison.json
- name: Process Comparison Results
run: python ./Matching_scripts/process_results.py results_comparison.json
Expand Down

0 comments on commit 5721254

Please sign in to comment.