Skip to content

Commit

Permalink
test ENTRYPOINT policy build
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshkal committed Jun 26, 2024
1 parent 6baf0ad commit baada50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"policy_file": "check_entrypoint.rego",
"policy_name": "check_entrypoint",
"severity": "Low",
"Description": "Ensure there is only one ENTRYPOINT instruction in a Dockerfile, if more the last ENTRYPOINT will take effect",
"Description": "Ensure there is only one ENTRYPOINT instruction in a Dockerfile, if more the last one will take effect",
"Benchmark": "TBD",
"Category": "Infrastructure security"
}

0 comments on commit baada50

Please sign in to comment.