From de7831e4024cff7b8001b38d99f7bc2b1cb75bcc Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Fri, 14 Feb 2025 03:00:05 +0000 Subject: [PATCH] Change workflow to checkout config as well. --- .github/workflows/action_scanning.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/action_scanning.yml b/.github/workflows/action_scanning.yml index 2a70291..7042d8a 100644 --- a/.github/workflows/action_scanning.yml +++ b/.github/workflows/action_scanning.yml @@ -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