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: paths:
- .github/workflows/semgrep.yml - .github/workflows/semgrep.yml
schedule: schedule:
# Weekly
- cron: '0 0 * * 0' - cron: '0 0 * * 0'
jobs: jobs:
semgrep: semgrep:

View File

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