From db425ec5a39e120eafadc31d097fe51aceb968b8 Mon Sep 17 00:00:00 2001 From: blupants Date: Mon, 24 Jun 2024 00:26:54 -0500 Subject: [PATCH] Added n0s1 Github Action --- .github/workflows/n0s1.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/n0s1.yml b/.github/workflows/n0s1.yml index 6a7c78b..a87c2aa 100644 --- a/.github/workflows/n0s1.yml +++ b/.github/workflows/n0s1.yml @@ -26,10 +26,8 @@ jobs: limit: 100 - name: Display SARIF result run: | - cat jira_secret_report.sarif - tail jira_secret_report.sarif - ls -alh - cat jira_secret_report.sarif | jq + cat jira_secret_report.sarif | jq | head -n 20 + cat jira_secret_report.sarif | jq | tail -n 20 - uses: github/codeql-action/upload-sarif@v2 with: sarif_file: "jira_secret_report.sarif"