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: action.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ inputs:
17
17
description: "Set to false to avoid failing based on severity-cutoff. Default is to fail when severity-cutoff is reached (or surpassed)"
18
18
required: false
19
19
default: "true"
20
+
output-format:
21
+
description: 'Set the output parameter after successful action execution. Valid choices are "json" and "sarif".'
22
+
required: false
23
+
default: "sarif"
20
24
acs-report-enable:
21
25
description: "Generate a SARIF report and set the `sarif` output parameter after successful action execution. This report is compatible with GitHub Automated Code Scanning (ACS), as the artifact to upload for display as a Code Scanning Alert report."
22
26
required: false
@@ -28,6 +32,8 @@ inputs:
28
32
outputs:
29
33
sarif:
30
34
description: "Path to a SARIF report file for the image"
35
+
report:
36
+
description: "Path to a JSON report file for the image"
`Invalid output-format selected. If acs-report-enabled is true (which is the default if it is omitted), the output-format parameter must be sarif or must be omitted`
`Invalid output-format selected. If acs-report-enabled is true (which is the default if it is omitted), the output-format parameter must be sarif or must be omitted`
0 commit comments