Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quinovas/inspector-assessment-runner
Lambda function that runs an AWS Inspector assessment
https://github.com/quinovas/inspector-assessment-runner
aws-inspector aws-lambda
Last synced: 6 days ago
JSON representation
Lambda function that runs an AWS Inspector assessment
- Host: GitHub
- URL: https://github.com/quinovas/inspector-assessment-runner
- Owner: QuiNovas
- License: apache-2.0
- Created: 2018-09-11T00:13:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T13:52:48.000Z (about 2 years ago)
- Last Synced: 2024-11-09T06:31:10.868Z (2 months ago)
- Topics: aws-inspector, aws-lambda
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inspector-assessment-runner
AWS Lambda function that runs an AWS Inspector assessmentThis function runs on any event passed to it and starts an Inspector assessment run.
## Environment Variables
- `ASSESSMENT_TEMPLATE_ARN` - **REQUIRED** - the Inspector Assessment Template ARN to run
- `RUN_NAME_PREFIX` - **OPTIONAL** The prefix name to apply to the assessment runs. This will be postfixed with the date/time. If not present, just the date/time will be used.