From 57212545ea2f245370fe268b2d32d9d7c73958a4 Mon Sep 17 00:00:00 2001 From: Josias NDAM <134744341+jndamito@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:20:32 -0400 Subject: [PATCH] Update security-scan.yml --- .github/workflows/security-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index f8661870..3c5f0579 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -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