Skip to content

Commit

Permalink
Merge pull request #51 from avinashupadhya99/README-image-scanning
Browse files Browse the repository at this point in the history
update README image scanning docs
  • Loading branch information
David Wertenteil committed Feb 28, 2024
2 parents 3670da4 + 97fe834 commit 988ae77
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 @@ -142,7 +142,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 988ae77

Please sign in to comment.