Add formatting around warning for low scorecard levels

This commit is contained in:
Justin Hutchings
2024-03-04 19:34:29 +00:00
parent 1251834b92
commit f8ebb4b946
10 changed files with 52 additions and 32 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ const defaultConfig: ConfigurationOptions = {
comment_summary_in_pr: true,
retry_on_snapshot_warnings: false,
retry_on_snapshot_warnings_timeout: 120,
warn_only: false
warn_only: false,
warn_on_openssf_scorecard_level: 0
}
const tmpDir = path.resolve(__dirname, '../tmp')