v1.8.0
Container Image
Pull the image:
# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.8.0
# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1Verify Image Signature
cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
ghcr.io/devrail-dev/dev-toolchain:1.8.0What's Changed
- Remove tfsec, replace with trivy config, fix gitleaks version by @matthew-on-git in #15
Full Changelog: v1...v1.8.0