From 31b11dc0cb2e95ce407da8aeceb837a960413610 Mon Sep 17 00:00:00 2001 From: blupants Date: Mon, 24 Jun 2024 00:11:12 -0500 Subject: [PATCH] Added n0s1 Github Action --- .github/workflows/n0s1.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/n0s1.yml b/.github/workflows/n0s1.yml index aef57ca..8e20760 100644 --- a/.github/workflows/n0s1.yml +++ b/.github/workflows/n0s1.yml @@ -24,6 +24,8 @@ jobs: report-file: "jira_secret_report.sarif" timeout: 5 limit: 100 + - name: Display SARIF result + run: cat jira_secret_report.sarif - uses: github/codeql-action/upload-sarif@v2 with: sarif_file: "jira_secret_report.sarif"