Skip to content

Commit

Permalink
Update Release Process doc with info about Snyk image pruning.
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
  • Loading branch information
zroubalik committed Dec 7, 2023
1 parent 9700b8f commit df22d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ For details, see [Publishing a new version](https://github.com/kedacore/keda-doc

In order to continuously scan our new container image, they must be imported in our [Snyk project](https://app.snyk.io/org/keda/projects) for all newly introduced tags.

Prune old versions of images. Keep only one version for a 3 last minor releases (eg. keep only 2.10.1, 2.11.1 and 2.12.0).

Learn more on how to do this through the [Snyk documentation](https://docs.snyk.io/products/snyk-container/image-scanning-library/github-container-registry-image-scanning/scan-container-images-from-github-container-registry-in-snyk).

> Note: Remember to enable the check `Without issues` in order to get the new version listed since probably it hasn't got any issue.
Expand Down

0 comments on commit df22d1f

Please sign in to comment.