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 4462cd5 commit a1dbd72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
- name: Compare and Consolidate Results
run: |
ls -la codeql-results
ls -la snyk-results
semgrep --config ./Matching_scripts/semgrep.yml snyk-results.json codeql-results.json
semgrep --config ./Matching_scripts/semgrep.yml ./snyk-results/snyk-results.json ./codeql-results/codeql-results.json
# semgrep --metrics off --config Matching_scripts/semgrep.yml \
# snyk-results.json codeql-results.json \
# --json --output results_comparison.json
Expand Down

0 comments on commit a1dbd72

Please sign in to comment.