We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fb0bd commit e09cc1cCopy full SHA for e09cc1c
.github/workflows/openssf-scorecard.yml
@@ -6,6 +6,7 @@ on:
6
branches: [ main ]
7
workflow_dispatch:
8
schedule:
9
+ # Run weekly
10
- cron: '0 0 * * 1'
11
12
permissions: read-all
.github/workflows/zizmor.yml
@@ -1,16 +1,13 @@
1
name: Zizmor GitHub Actions Security Analysis
2
3
on:
4
- # Run on push to main branch
5
push:
- # Run on pull requests
pull_request:
- # Run on schedule (weekly)
- - cron: '0 0 * * 0' # Run at midnight every Sunday
13
- # Allow manual triggering
+ - cron: '0 0 * * 0'
14
15
16
permissions:
0 commit comments