Make snapshot warning messages clearer and more actionable

This commit is contained in:
Justin Holguín
2023-09-07 17:54:42 +00:00
committed by GitHub
parent e4d20ce9ad
commit bed9726f78
4 changed files with 47 additions and 9 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ async function run(): Promise<void> {
)
if (snapshot_warnings) {
summary.addSnapshotWarnings(snapshot_warnings)
summary.addSnapshotWarnings(config, snapshot_warnings)
}
if (config.vulnerability_check) {