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

add timeout to input arguments #19

Closed bluesentinelsec closed 6 months ago

bluesentinelsec commented 6 months ago

This adds sbomgen's --timeout argument to the action.

When this timeout is exceeded, sbomgen will gracefully conclude and present any findings up to that point.

The timeout has a default value of '600', or 10 minutes.

This duration was chosen to prevent actions from running for an excessive duration.