Skip to content

Commit

Permalink
update README image scanning docs
Browse files Browse the repository at this point in the history
Signed-off-by: Avinash Upadhyaya K R <52544819+avinashupadhya99@users.noreply.github.com>
  • Loading branch information
avinashupadhya99 authored Oct 27, 2023
1 parent a4eba42 commit 97fe834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The next important thing to note is that Kubescape only fixes the files. It does
The Kubescape Github Action is also able to scan images. But you should be aware that image scanning cannot run in parallel with configuration scanning and file fixing at the moment. If you would like to run both image and configuration scanning, you should define at least two separate steps with the same action but different arguments: one for image scanning and the other for configuration scanning.
To scan a container image with a Kubescape Github Action, use the following workflow definition, keeping in mind that you need to replace `image: "nginx"` with the appropriate image name:
To scan a container image with a Kubescape Github Action, use the following workflow definition, keeping in mind that you need to replace `image: "quay.io/kubescape/kubescape"` with the appropriate image name:

```yaml
name: Kubescape scanning for image vulnerabilities
Expand Down

0 comments on commit 97fe834

Please sign in to comment.