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

Update action metadata #46

Closed bluesentinelsec closed 4 months ago

bluesentinelsec commented 4 months ago

This updates the action's name for publication.

Additionally, we make minor updates to action.yml for clarity.

Finally, we fix a bug in the "build scan container" workflow example, where ubuntu:14.04 was scanned, but "app:latest" should have been scanned since that is the image we built.