Docker
pull
docker pull ghcr.io/vdbulcke/vault-token-monitor:v0.2.3
Validate Cosign Signature
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity "https://github.com/vdbulcke/vault-token-monitor/.github/workflows/release.yaml@refs/tags/v0.2.3" ghcr.io/vdbulcke/vault-token-monitor:v0.2.3
Run
docker run --rm -v /path/to/your/config.yaml:/app/config.yaml:z -p 9000:9000 ghcr.io/vdbulcke/vault-token-monitor:v0.2.3
Changelog
Bug fixes
- eb4146b fix: dependencies update