Skip to content

Commit

Permalink
Change workflow to checkout config as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
billnapier committed Feb 14, 2025
1 parent 50ce103 commit de7831e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/action_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:

- name: Checkout Code
uses: actions/checkout@v4
with:
path: code_to_scan

- name: Run Actions semgrep scan
run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions code_to_scan >> semgrep-results-actions.sarif
run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions >> semgrep-results-actions.sarif

- name: Save Actions SARIF results as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit de7831e

Please sign in to comment.