Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add container image scanning in security policy #1882

Merged
merged 1 commit into from
Jun 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Here's an overview:

## Prevention

KEDA maintainers are working to incorporate prevention by using various measures:
Container images are scanned in every pull request (PR) with [Snyk](https://snyk.io/) to detect new vulnerabilities.

- Scan published container images ([issue](https://github.com/kedacore/keda/issues/1041))
- Scan container images for changes in PRs ([issue](https://github.com/kedacore/keda/issues/1040))
KEDA maintainers are working to improve our prevention by adding additional measures:

- Scan published container images on GitHub Container Registry ([issue](https://github.com/kedacore/keda/issues/1041))
- Scan changes to Helm charts in PRs ([issue](https://github.com/kedacore/charts/issues/64))

## Disclosures
Expand Down