Add formatting around warning for low scorecard levels
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user