From 0aa7b24fbd2ff104e8d4b8702bda4a9ddcb0ba1a Mon Sep 17 00:00:00 2001 From: Kurt Boberg <98792107+kurt-r2c@users.noreply.github.com> Date: Tue, 14 May 2024 14:44:15 -0700 Subject: [PATCH] Update file --- .github/workflows/semgrep.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 12aaadf7..1b5a7072 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -9,7 +9,7 @@ on: - .github/workflows/semgrep.yml schedule: # random HH:MM to avoid a load spike on GitHub Actions at 00:00 - - cron: 59 1 * * * + - cron: 2 21 * * * name: Semgrep jobs: semgrep: @@ -17,8 +17,9 @@ jobs: runs-on: ubuntu-20.04 env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + SEMGREP_APP_URL: ${{ vars.SEMGREP_APP_URL }} container: image: returntocorp/semgrep steps: - uses: actions/checkout@v3 - - run: semgrep ci + - run: semgrep ci \ No newline at end of file