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 26, 2024
1 parent 78a73f4 commit 4462cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
- name: Compare and Consolidate Results
run: |
ls -la
ls -la codeql-results
ls -la snyk-results
semgrep --config ./Matching_scripts/semgrep.yml snyk-results.json codeql-results.json
# semgrep --metrics off --config Matching_scripts/semgrep.yml \
# snyk-results.json codeql-results.json \
Expand Down

0 comments on commit 4462cd5

Please sign in to comment.