Skip to content

Commit 9cd759c

Browse files
author
Michael Long
committed
Rename resource to artifact for clarity
1 parent 80e87e1 commit 9cd759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint/entrypoint/pkg_vuln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def to_markdown(vulns,
340340
markdown += "\n\n"
341341

342342
if not vulns:
343-
markdown += ":green_circle: Your resource was scanned with Amazon Inspector and no vulnerabilities were detected."
343+
markdown += ":green_circle: Your artifact was scanned with Amazon Inspector and no vulnerabilities were detected."
344344
markdown += "\n\n"
345345
return markdown
346346

0 commit comments

Comments
 (0)