diff --git a/rule-types/github/grype_github_action_scan_container_image.yaml b/rule-types/github/grype_github_action_scan_container_image.yaml index dcf5707..e3ba9d7 100644 --- a/rule-types/github/grype_github_action_scan_container_image.yaml +++ b/rule-types/github/grype_github_action_scan_container_image.yaml @@ -23,7 +23,7 @@ guidance: | - name: Scan image uses: anchore/scan-action@v6.0.0 with: - image: "" + image: "your-image-reference" ``` For more details, refer to the [Grype action documentation](https://github.com/anchore/scan-action).