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 506c6ed commit db425ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/n0s1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db425ec

Please sign in to comment.