Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Automated: Add Semgrep github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fishbrain-terraform[bot] authored Oct 6, 2023
1 parent 1fd231d commit 88a76f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]')
Expand Down

0 comments on commit 88a76f3

Please sign in to comment.