This commit is contained in:
laurentsimon
2021-12-16 18:25:53 +00:00
parent 0e50194de8
commit a00db4437c
2 changed files with 2 additions and 6 deletions
@@ -3,8 +3,5 @@
"creator": "Open Source Security Foundation (OpenSSF) - https://github.com/ossf",
"description": "Scorecards is a static analysis tool to assess the security posture of your project",
"iconName": "scorecards",
"categories": [
"code-quality", "testing",
"supply-chain", "security", "scanning"
]
"categories": ["Code Scanning"]
}
+1 -2
View File
@@ -3,8 +3,7 @@ on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
- cron: $cron-weekly
push:
branches: [ $default-branch ]