Releases: StackGuardian/sg-cli
Release list
v2.2.1
Changelog
- 2dc640229d26bd5a26cebbf663d443a96a82eb74 fix: take version from the release tag and sign releases with cosign (#2)
Verifying this download
Check the archive against the checksums file, then confirm that file came
from StackGuardian's release pipeline rather than from whoever served it
to you:
cosign verify-blob sg-cli_2.2.1_checksums.txt \
--certificate sg-cli_2.2.1_checksums.txt.pem \
--signature sg-cli_2.2.1_checksums.txt.sig \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/StackGuardian/sg-cli-v2/\.github/workflows/release\.yml@refs/tags/'The signing is keyless, so the certificate names the workflow and tag that
built the release rather than a key someone has to keep.
v2.2.0
Changelog
- Add interactive TUI mode
- Add git-scan command to scan Terraform repos
Installation
Download the binary for your platform below — do not use the auto-generated "Source code" archives, as this repository hosts binaries only.
| Platform | File |
|---|---|
| macOS (Apple Silicon) | sg-cli_Darwin_arm64.tar.gz |
| macOS (Intel) | sg-cli_Darwin_x86_64.tar.gz |
| Linux (amd64) | sg-cli_Linux_x86_64.tar.gz |
| Linux (arm64) | sg-cli_Linux_arm64.tar.gz |
| Windows (amd64) | sg-cli_Windows_x86_64.zip |
v2.1.0
Changelog
- 3f99649 Update to SG-SDK verson 1.1.0 and add E2E tests
v2.0.0
This is the first full release of the Go based StackGuardian CLI.
The Go based CLI is backwards compatible and on feature parity with the existing shell based CLI (except for the aws command).
To try it out please download the archive file corresponding to your platform and architecture from the assets of this release and place the extracted binary in your PATH.
Please note: On some platforms like MacOS, executing the binary requires a one time step of allowing its execution from Settings -> Privacy & Security.
Changelog
v2.0.0-beta-2
Disclaimer: This version of the StackGuardian CLI is currently in pre release and is intended for use with StackGuardian QA environments and not in production.
Changelog
- This version of the CLI is based on the latest release of the SG SDK for Go v1.0.0 beta 3.
Full Changelog: v2.0.0-beta...v2.0.0-beta-2
v2.0.0-beta
Changelog
- This is the first beta release of the Go based CLI.
- 3f240cd Fix json in readme.md
- b1deaa4 Implement CLI using Go. (#32)
What's Changed
- Fix json in readme.md by @rixhieloomis in #31
- Implement CLI using Go. by @larisoncarvalho in #32
New Contributors
- @larisoncarvalho made their first contribution in #32
Full Changelog: v1.5.4-beta...v2.0.0-beta
v1.5.4-beta
What's Changed
- support create workflow by @Akshat0694 in #30
Full Changelog: v1.5.3-beta...v1.5.4-beta
v1.5.3-beta
What's Changed
- Refactor/dirs by @Akshat0694 in #27
- bash shebang by @Akshat0694 in #29
Full Changelog: v1.5.2-beta...v1.5.3-beta