Skip to content

Commit 3b43f66

Browse files
bluesentinelsecMichael Long
andauthored
update action metadata (#46)
Co-authored-by: Michael Long <mlongii@amazon.com>
1 parent 070ca1e commit 3b43f66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_scan_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: inspector
5252
with:
5353
artifact_type: 'container'
54-
artifact_path: 'ubuntu:14.04'
54+
artifact_path: 'app:latest'
5555
display_vulnerability_findings: "enabled"
5656
output_sbom_path: 'sbom.json'
5757
output_inspector_scan_path: 'inspector_scan.json'

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.'
33

44
inputs:
55
artifact_type:
@@ -13,7 +13,7 @@ inputs:
1313
default: './'
1414

1515
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'
1717
required: True
1818
default: "disabled"
1919

@@ -72,14 +72,14 @@ inputs:
7272
required: False
7373
default: "''"
7474
# Example:
75-
# scanners: dpkg,python-requirements,javascript-nodejs
75+
# scanners: "dpkg,python-requirements,javascript-nodejs"
7676

7777
skip_scanners:
7878
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"
7979
required: False
8080
default: "''"
8181
# Example:
82-
# skip_scanners: 'binaries,alpine-apk,dpkg,php'
82+
# skip_scanners: "binaries,alpine-apk,dpkg,php"
8383

8484
skip_files:
8585
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

Comments
 (0)