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
25 stars 6 forks source link

Fix strikethrough chartacters in markdown report #20

Closed bluesentinelsec closed 6 months ago

bluesentinelsec commented 6 months ago

Before this change, the markdown report would sometimes display package URLs with malformed characters.

See here for an example: https://github.com/aws/amazon-inspector-github-actions-plugin/actions/runs/8528546446

After this change, we now display the PURLs as pre-formatted text, which solves the strike-through problem.