Skip to content

Commit 9d3b153

Browse files
bluesentinelsecMichael Long
andauthored
Tweak dockerfile report (#93)
Co-authored-by: Michael Long <mlongii@amazon.com>
1 parent 7260b5b commit 9d3b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint/entrypoint/dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def write_dockerfile_report_md(inspector_scan_path, dst_file):
332332
markdown_report += row
333333

334334
if len(dockerfile_vulns) == 0:
335-
row = ":green_circle: Amazon Inspector scanned for security issues in Dockerfiles and no issues were found."
335+
row = "\n\n:green_circle: Amazon Inspector scanned for security issues in Dockerfiles and no issues were found."
336336
markdown_report += row
337337

338338
logging.info(f"writing Dockerfile vulnerability markdown report to: {dst_file}")

0 commit comments

Comments
 (0)