You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/shared-publish-to-nuget-versioned.yaml
+20-11
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ on:
6
6
description: The type of version number to return. Must be one of [Patch, Minor or Major]
7
7
required: true
8
8
type: string
9
-
vulnerability_failure_severity:
10
-
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised. Must be one of ['CRITICAL', 'CRITICAL,HIGH' or 'CRITICAL,HIGH,MEDIUM'] (without space in between).
9
+
vulnerability_severity:
10
+
description: The severity that will cause the action to fail if a vulnerability at that level is detected. DO NOT override it unless a Jira ticket is raised. Must be one of ['CRITICAL', 'CRITICAL,HIGH' or 'CRITICAL,HIGH,MEDIUM'] (without space in between).
0 commit comments