Skip to content

Commit

Permalink
Added checkout to custom_regex_scan.yml Action
Browse files Browse the repository at this point in the history
  • Loading branch information
blupants committed Aug 5, 2024
1 parent 590e666 commit 0943873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom_regex_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
regex-file: ".github/workflows/config/my_regex.toml"
- name: Display SARIF result
run: |
cat jira_secret_report.sarif | jq | head -n 10
cat jira_secret_report.sarif | jq | tail -n 50
cat report.sarif | jq | head -n 10
cat report.sarif | jq | tail -n 50
- name: Upload scan report to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
report-file: "report.sarif"
- name: Display SARIF result
run: |
cat jira_secret_report.sarif | jq | head -n 20
cat jira_secret_report.sarif | jq | tail -n 20
cat report.sarif | jq | head -n 20
cat report.sarif | jq | tail -n 20
- name: Upload scan report to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 0943873

Please sign in to comment.