-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
enhancementNew feature or requestNew feature or requestsecurity-devsecopsSecurity features to improve the security posture and implement DevSecpOpsSecurity features to improve the security posture and implement DevSecpOps
Description
Description
Implement container image scan in GHA CI.
Use Case
To ensure the container image usage is secure.
Proposed Solution
- Use Trivy Marketplace action for scanning container image before publishing the image in
docker-build-push
job. - If image is vulnerable than they do publish the image.
- If image is vulnerable and exception is granted then the image should be published..
Benefits
- Shift left
- Secure usage of container images
- Improved security posture
Example:
- Provide examples of how the feature will work or how it will be used, if possible.
Additional Information
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsecurity-devsecopsSecurity features to improve the security posture and implement DevSecpOpsSecurity features to improve the security posture and implement DevSecpOps