From 88a76f3e6c2bcbe6ce207968c0d665e9121a677d Mon Sep 17 00:00:00 2001 From: "fishbrain-terraform[bot]" <146337244+fishbrain-terraform[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:24:41 +0000 Subject: [PATCH] Automated: Add Semgrep github action --- .github/workflows/semgrep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index bb2c0e9..29a8a1e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -7,12 +7,13 @@ on: push: branches: ["master", "main"] schedule: - - cron: '0 2 * * 1-6' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 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]')