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

replace outdated scanner example #84

Closed clueleaf closed 1 month ago

clueleaf commented 1 month ago

Description

The latest Sbomgen version (1.4.0) introduced some changes to scanners. While the previous version (1.3.2) supports javascript-nodejs, v1.4.0 removed that option and added javascript-nodemodules javascript-npm-packagelock javascript-pnpm-yaml javascript-yarnlock instead. Changed the scanner example in documents so they would not lead to confusion for users.

Related Issues

n/a

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

bluesentinelsec commented 1 month ago

@clueleaf thank you very much for the PR. Small corrections like this make the docs better for all users. I approved and merged your PR. Much appreciated.