update README image scanning docs#51
Conversation
Signed-off-by: Avinash Upadhyaya K R <52544819+avinashupadhya99@users.noreply.github.com>
PR Analysis
PR Feedback
How to use
|
Signed-off-by: Avinash Upadhyaya K R <52544819+avinashupadhya99@users.noreply.github.com>
PR Analysis
PR Feedback
How to use
|
PR Type:
Documentation
PR Description:
This PR updates the README documentation to correct the image scanning example. The previous version incorrectly stated to replace
image: "nginx"with the appropriate image name. This has been corrected toimage: "quay.io/kubescape/kubescape".PR Main Files Walkthrough:
files:
README.md: The documentation for scanning images with Kubescape Github Action has been updated. The image name in the example has been corrected fromnginxtoquay.io/kubescape/kubescape.User Description:
The example uses
quay.io/kubescape/kubescapeas the image and notnginx. This PR updates the line mentioning to replaceimage: "nginx"since it is misleading.