From b4ce8008bbdd91ab3653576d14e4b3b6a6566955 Mon Sep 17 00:00:00 2001 From: Mostafa Abdo Date: Thu, 12 Sep 2024 21:14:56 -0700 Subject: [PATCH] follow up on previous commit --- .github/workflows/trivy-analysis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index aca08f4b8..f9a8a2396 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -43,8 +43,8 @@ jobs: scan-ref: "./CSETWebNg" severity: "CRITICAL,HIGH" - - name: Upload scan results to Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - category: "Node.js" - sarif_file: "trivy-nodejs-results.sarif" + # - name: Upload scan results to Security tab + # uses: github/codeql-action/upload-sarif@v3 + # with: + # category: "Node.js" + # sarif_file: "trivy-nodejs-results.sarif"