codepipeline-actions: support InspectorScan action #33377
Labels
@aws-cdk/aws-codepipeline-actions
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
AWS CodePipeline introduces new invoke action: InspectorScan action.
Use Case
The InspectorScan action enables you to easily scan images to ECR as part of your pipeline execution.
Amazon Inspector is a vulnerability management service that automatically discovers workloads and continually scans them for software vulnerabilities and unintended network exposure. The InspectorScan action in CodePipeline automates detecting and fixing security vulnerabilities in your open source code. The action is a managed compute action with security scanning capabilities. You can use InspectorScan with application source code in your third-party repository, such as GitHub or Bitbucket Cloud, or with images for container applications. Your action will scan and report on vulnerability levels and alerts that you configure.
This action allows you to build and publish images without first creating a CodeBuild project in pipelines.
Proposed Solution
Add
InspectorScan
class that extendsAction
class to aws-codepipeline-actions module.Other Information
No response
Acknowledgements
CDK version used
2.178.1
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: