From 47a61cdb2c27fa88a11a06a60d329922c833ee2d Mon Sep 17 00:00:00 2001 From: grtw <63551230+grtw@users.noreply.github.com> Date: Sun, 8 May 2022 21:38:27 -0400 Subject: [PATCH] Update security-audit.yml added monthly run --- .github/workflows/security-audit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 6c1c529..bc613dc 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -6,6 +6,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 0 2 * *" # 2nd day of month at 02:00 jobs: security_audit: runs-on: ubuntu-latest