From eb89ef45036c4bc3c46873a35bf998b9374d2665 Mon Sep 17 00:00:00 2001 From: jackdawm <123431751+jackdawm@users.noreply.github.com> Date: Wed, 8 May 2024 13:46:58 -0400 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 03e084e..f01b5c7 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,15 +1,18 @@ +# The Semgrep scan is set to run diffs only on PRs, but full scans +# weekly on Monday. A series of gitops bots have to be ignored. + name: Semgrep on: workflow_dispatch: {} pull_request: types: [opened, reopened, synchronize] merge_group: + schedule: + - cron: '0 0 * * 1' push: branches: - main - master - paths: - - .github/workflows/semgrep.yml jobs: semgrep: name: semgrep/ci