From 51f989634bac7937369f728554cd74ce7c869e8e Mon Sep 17 00:00:00 2001 From: "fishbrain-terraform[bot]" <146337244+fishbrain-terraform[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:41:19 +0000 Subject: [PATCH] Automated: Add Semgrep github action --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d155474..7c3b148 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -10,7 +10,7 @@ on: jobs: semgrep: name: Scan - runs-on: ubuntu-latest + runs-on: buildjet-2vcpu-ubuntu-2204 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