Skip to content

Instantly share code, notes, and snippets.

@jmassardo
Created February 19, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmassardo/6e22c60276e2a19c899522dc6cba1fbf to your computer and use it in GitHub Desktop.
Save jmassardo/6e22c60276e2a19c899522dc6cba1fbf to your computer and use it in GitHub Desktop.
Resources in ARM Templates should not use the `latest` image version
deny[msg] {
input.resources[_].properties.storageProfile.imageReference.version == "latest"
msg := "Resources should not use the `latest` image version"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment