Skip to content

Commit ad1e515

Browse files
committed
Fix YAML syntax
1 parent e1d42da commit ad1e515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ inputs:
4848
default: any
4949
required: false
5050
package-types:
51-
description: Comma-separated list of package types to include in the SARIF/summary report. Example: "java,javascript"
51+
description: "Comma-separated list of package types to include in the SARIF/summary report. Example: \"java,javascript\""
5252
required: false
5353
not-package-types:
54-
description: Comma-separated list of package types to exclude from the SARIF/summary report. Example: "os,alpine"
54+
description: "Comma-separated list of package types to exclude from the SARIF/summary report. Example: \"os,alpine\""
5555
required: false
5656
exclude-accepted:
57-
description: Exclude vulnerabilities that have accepted risks from SARIF/summary report. true/false
57+
description: "Exclude vulnerabilities that have accepted risks from SARIF/summary report. true/false"
5858
default: "false"
5959
required: false
6060
group-by-package:

0 commit comments

Comments
 (0)