Skip to content

Commit

Permalink
chore: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed May 17, 2024
1 parent a8c2d0e commit 5fa8a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/hashitalk_secure2024/notation/notation.rego
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ errors contains msg if {
input.TaskGroups[g].Tasks[t].Driver == "docker"
image := input.TaskGroups[g].Tasks[t].Config.image

# check if image is verified
# check if image has a valid signature
not notation_verify_image(image)

msg := sprintf("TaskGroup %d Task %d image cannot be verified (image %s)", [g, t, image])
Expand Down

0 comments on commit 5fa8a68

Please sign in to comment.