comments
This commit is contained in:
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user