Skip to content

Commit

Permalink
Added n0s1 Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
blupants committed Jun 24, 2024
1 parent e815d27 commit b315d2f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/n0s1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
jira_secret_scanning:
permissions: write-all
runs-on: [ubuntu-latest]
steps:
- uses: spark1security/n0s1-action@ms/new-flags
Expand All @@ -23,7 +24,7 @@ jobs:
report-file: "jira_secret_report.sarif"
timeout: 5
limit: 100
# - uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: "jira_secret_report.sarif"
# category: jira_secret_report
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: "jira_secret_report.sarif"
category: jira_secret_report

0 comments on commit b315d2f

Please sign in to comment.