From da3942bd51c8264d4b0a48d5a3374c92e91e40f5 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:18 +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 01b315a..fb5f691 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 * * 0' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 0' # Once a week at 2am. jobs: semgrep: