Skip to content

Instantly share code, notes, and snippets.

@ogazitt
Last active November 6, 2023 23:04
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 ogazitt/adb54dacb377892b779ba117efead577 to your computer and use it in GitHub Desktop.
Save ogazitt/adb54dacb377892b779ba117efead577 to your computer and use it in GitHub Desktop.
Install and create a Topaz configuration using a policy image
brew install aserto-dev/tap/topaz
topaz install
topaz configure -d -s -r ghcr.io/<org>/policy-template:1.0.0 -n policy-template
## edit ~/.config/topaz/cfg/config.yaml to reflect GHCR auth info
## see https://gist.github.com/ogazitt/315728a13a9b964f81e6cbd18b39faf9
topaz start
topaz console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment