aws-actions / vulnerability-scan-github-action-for-amazon-inspector

Scan artifacts with Amazon Inspector from GitHub Actions workflows.
https://docs.aws.amazon.com/inspector/
MIT License
21 stars 5 forks source link

Fix Inspector markdown report write to disk #38

Closed bluesentinelsec closed 4 months ago

bluesentinelsec commented 4 months ago

Before this change, the markdown report was incorrectly written to the path specified by --out-scan-csv.

After this change, the markdown report is correctly written to the path specified by --out-scan-markdown.