Make snapshot warning messages clearer and more actionable
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user