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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
name: 'Amazon Inspector SBOM Generator'
2
-
description: 'Generate SBOMs and scan for vulnerabilities in your project repository or build artifacts'
1
+
name: 'Vulnerability Scan GitHub Action for Amazon Inspector'
2
+
description: 'Generate SBOMs and scan for vulnerabilities in artifacts such as files, directories, containers, and more.'
3
3
4
4
inputs:
5
5
artifact_type:
@@ -13,7 +13,7 @@ inputs:
13
13
default: './'
14
14
15
15
display_vulnerability_findings:
16
-
description: 'If set to "enabled", the action will display detailed vulnerability findings in the action summary page; see here for an example: https://github.com/aws-actions/vulnerability-scan-github-action-for-amazon-inspector/actions/runs/8742638284/attempts/1#summary-23991378549'
16
+
description: 'If set to "enabled", the action will display detailed vulnerability findings in the step summary page; see here for an example report: https://github.com/aws-actions/vulnerability-scan-github-action-for-amazon-inspector/actions/runs/8878213714'
description: "Specifies a list of file scanners that should NOT be executed; this argument cannot be combined with 'scanners'. If this argument is set, inspector-sbomgen will execute all file scanners except those you specified. Provide your input as a single string. Separate each file scanner with a comma. To view a list of available file scanners, execute 'inspector-sbomgen list-scanners'. See here for more info: https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html"
79
79
required: False
80
80
default: "''"
81
81
# Example:
82
-
# skip_scanners: 'binaries,alpine-apk,dpkg,php'
82
+
# skip_scanners: "binaries,alpine-apk,dpkg,php"
83
83
84
84
skip_files:
85
85
description: "Specifies one or more files and/or directories that should NOT be inventoried. Separate each file with a comma and enclose the entire string in double quotes."
0 commit comments