ci: run snyk & semgrep weekly

This commit is contained in:
MDLeom 2022-10-09 08:00:56 +00:00
parent 5453fc9ee0
commit 777ffabd2b
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ on:
paths:
- .github/workflows/semgrep.yml
schedule:
# Weekly
- cron: '0 0 * * 0'
jobs:
semgrep:

View File

@ -2,8 +2,8 @@ name: Snyk
on:
schedule:
# Every day
- cron: '0 0 * * *'
# Weekly
- cron: '0 0 * * 0'
pull_request:
branches:
- 'dependabot/github_actions/github/codeql-action**'