From 6e018fcbe0e76b70f1019cf00714df1a43d9277a Mon Sep 17 00:00:00 2001 From: Voidd Date: Wed, 15 May 2024 13:16:59 -0700 Subject: [PATCH] Added Semgrep CI/CD scan --- .github/workflows/semgrep.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index afecbce5..d837b8ba 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -14,7 +14,6 @@ jobs: container: # A Docker image with Semgrep installed. Do not change this. image: returntocorp/semgrep - if: (github.actor != dependabot[bot]) steps: - uses: actions/checkout@v4 - run: semgrep ci