From 95149ce60cccfb194119e781752a50009b9c16ea Mon Sep 17 00:00:00 2001 From: "fishbrain-terraform[bot]" <146337244+fishbrain-terraform[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:51:44 +0000 Subject: [PATCH] Automated: Add Semgrep github action --- .github/workflows/semgrep.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 318a140..bb2c0e9 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -7,13 +7,12 @@ on: push: branches: ["master", "main"] schedule: - - cron: '0 2 * * 4' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 1-6' # scheduled for 02:00 UTC every day except Sunday jobs: semgrep: name: Scan runs-on: ubuntu-latest - timeout-minutes: 15 # There's been issues with some runs hanging. This times out after 15 minutes instead of the default 360. container: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]')