From cd465f0098752de77be79ab37b1f33de364197a1 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Fri, 17 Jan 2025 21:22:20 +0200 Subject: [PATCH] Fix the grype ruletype validation Signed-off-by: Radoslav Dimitrov --- rule-types/github/grype_github_action_scan_container_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).