Skip to content

Commit

Permalink
ci: run security scans on sched, once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Sep 26, 2024
1 parent 0578a7a commit ed7abf5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Security

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 1 * * *"

jobs:
scan:
Expand Down

0 comments on commit ed7abf5

Please sign in to comment.