From c0c021cb9b0abcf137ba5501e2c7ad3a7d13981a Mon Sep 17 00:00:00 2001 From: Gian Carlo Pace Date: Thu, 26 Oct 2023 15:59:05 +0200 Subject: [PATCH] Update docs/README.md Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> --- docs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9056598e1..8478be748 100644 --- a/docs/README.md +++ b/docs/README.md @@ -349,8 +349,11 @@ The two vars in the previous snippet are [workflow configuration variables](http ### docker-build-image Build docker image based on supplied jar files. It replaces `image-dir` and `image-tag` in the -docker file and build it. After the build if `grype-scan-enabled` is `true` it scans the image using grype and upload the result in GitHub security. -Finally, it push the created image into: +docker file and builds it. + +After the build, if `grype-scan-enabled` is `true`, it scans the image using grype and uploads the result in GitHub security. + +Finally, it pushes the created image into: - RedHat quay.io - GitHub ghcr