This commit is contained in:
laurentsimon
2022-01-04 18:26:32 +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", "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", "description": "Scorecards is a static analysis tool to assess the security posture of your project",
"iconName": "scorecards", "iconName": "scorecards",
"categories": [ "categories": ["Code Scanning"]
"code-quality", "testing",
"supply-chain", "security", "scanning"
]
} }
+1 -2
View File
@@ -3,8 +3,7 @@ on:
# Only the default branch is supported. # Only the default branch is supported.
branch_protection_rule: branch_protection_rule:
schedule: schedule:
# Weekly on Saturdays. - cron: $cron-weekly
- cron: '30 1 * * 6'
push: push:
branches: [ $default-branch ] branches: [ $default-branch ]