Releases: ArmisSecurity/armis-cli
v1.11.1
Armis CLI v1.11.1
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Others
- 97a36ac: [PPSC-927] fix(supply-chain): survive armis-cli upgrades in init wrappers (#216) (@yiftach-armis)
Full Changelog: v1.11.0...v1.11.1
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.11.0
Armis CLI v1.11.0
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Others
- 99729c4: [PPSC-876] feat(supply-chain): add Node.js package release-age enforcement (#206) (@yiftach-armis)
- 176d477: [PPSC-877] feat(supply-chain): add Python package release-age enforcement (@yiftach-armis)
- 64b1904: [PPSC-877] fix(supply-chain): address PR #209 review comments (#210) (@yiftach-armis)
- c3ec25c: [PPSC-878] feat(supply-chain): add Java (Maven/Gradle) package release-age enforcement (#211) (@yiftach-armis)
- fb5927f: [PPSC-879] feat(supply-chain): DX polish — wrap summary, error UX, CI docs (#212) (@yiftach-armis)
- d16df2f: [PPSC-920] feat(supply-chain): switch init PM detection from lockfile-based to PATH-based (#214) (@yiftach-armis)
- 207e5a7: chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#195) (@dependabot[bot])
Full Changelog: v1.10.2...v1.11.0
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.10.2
Armis CLI v1.10.2
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- d7ea606: [PPSC-853] fix(install): use correct timeout unit for Gemini CLI hook (#204) (@yiftach-armis)
Full Changelog: v1.10.1...v1.10.2
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.10.1
Armis CLI v1.10.1
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- d490580: [PPSC-836] fix(install): write Copilot CLI hook to correct path (#202) (@yiftach-armis)
- 1872d88: [PPSC-846] fix(install): separate Copilot CLI from VS Code target (#201) (@yiftach-armis)
Full Changelog: v1.10.0...v1.10.1
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.10.0
Armis CLI v1.10.0
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Features
- 92a8780: [PPSC-836] feat(install): add interactive MCP install wizard with hooks (#199) (@yiftach-armis)
Bug Fixes
- 6e6f7a9: [PPSC-840] fix(scan): add inline suppression directives for remaining CI findings (#198) (@yiftach-armis)
Full Changelog: v1.9.4...v1.10.0
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.9.4
Armis CLI v1.9.4
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- bdac18d: fix(scan): add inline suppression directives for remaining CI findings (#194) (@yiftach-armis)
Full Changelog: v1.9.3...v1.9.4
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.9.3
Armis CLI v1.9.3
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- 56c3d4a: [PPSC-832] fix(scan): update suppression directives for new inline matching engine (#192) (@yiftach-armis)
Others
- 2348840: [PPSC-830] test(coverage): add unit tests for install, uninstall, scan, and inline suppression (#191) (@yiftach-armis)
Full Changelog: v1.9.2...v1.9.3
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.9.2
Armis CLI v1.9.2
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- b9ef404: fix(scan): inline suppression now matches directives by applicability before accepting (#189) (@yiftach-armis)
Full Changelog: v1.9.1...v1.9.2
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.9.1
Armis CLI v1.9.1
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Bug Fixes
- 838ee8d: [PPSC-810] fix(scan): make inline suppression see through function signatures (#187) (@yiftach-armis)
Others
- bdca468: chore(deps): bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 (#156) (@dependabot[bot])
- ffe86b1: chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1 (#183) (@dependabot[bot])
- f9dfee6: chore(deps): bump github.com/mattn/go-runewidth from 0.0.21 to 0.0.23 (#139) (@dependabot[bot])
- 93fe695: chore(deps): bump golang.org/x/sys from 0.43.0 to 0.44.0 (#167) (@dependabot[bot])
- cef9a18: chore(deps): bump golang.org/x/term from 0.42.0 to 0.43.0 (#168) (@dependabot[bot])
- 2fef156: chore(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#165) (@dependabot[bot])
Full Changelog: v1.9.0...v1.9.1
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues
v1.9.0
Armis CLI v1.9.0
Enterprise-grade CLI tool for static application security scanning.
Installation
Quick Install Script:
curl -sSL https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ArmisSecurity/armis-cli/main/scripts/install.ps1 | iexGo Install:
go install github.com/ArmisSecurity/armis-cli/cmd/armis-cli@latestManual Download:
Download the appropriate binary for your platform below.
Verification
All binaries are signed with cosign. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/ArmisSecurity/armis-cli/.github/workflows/release.yml@refs/tags/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle armis-cli-checksums.txt.bundle \
armis-cli-checksums.txtChangelog
Features
- 767549d: [PPSC-795] feat(install): add uninstall command, manifest, and upgrade detection (#182) (@yiftach-armis)
Bug Fixes
- 74d622d: [PPSC-797] fix(install): probe versioned Python binaries in findPython (#184) (@yiftach-armis)
- fedd887: [PPSC-810] fix(scan): exclude suppressed findings from SARIF to auto-close GitHub alerts (#185) (@yiftach-armis)
Full Changelog: v1.8.4...v1.9.0
For issues or questions, visit: https://github.com/ArmisSecurity/armis-cli/issues