From 10fee7dbb1822ba7e887c6f814f2756eb59aff8b Mon Sep 17 00:00:00 2001 From: Voidd Date: Tue, 14 May 2024 10:14:24 -0700 Subject: [PATCH] Fixed depedabot issue in semgrep scan --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index afecbce..cc03b18 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -14,7 +14,7 @@ jobs: container: # A Docker image with Semgrep installed. Do not change this. image: returntocorp/semgrep - if: (github.actor != dependabot[bot]) + #if: (github.actor != dependabot[bot]) steps: - uses: actions/checkout@v4 - run: semgrep ci