From 0f84c6700273dbbacec711d5699f684ec10dfd95 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:06:59 +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 7b9eab1..5f076c2 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 * * 1' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 1' # Once a week at 2am. jobs: semgrep: