From db050726b73190cceb207c158bcc86b68b18abff Mon Sep 17 00:00:00 2001 From: "fishbrain-terraform[bot]" <146337244+fishbrain-terraform[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:09:46 +0000 Subject: [PATCH] Automated: Add Semgrep github action --- .github/workflows/semgrep.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 81e794a..d155474 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -4,10 +4,8 @@ name: Semgrep on: pull_request: {} - push: - branches: ["master", "main"] schedule: - - cron: '0 2 * * 5' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 5' # Once a week at 2am. jobs: semgrep: