Releases: exploopio/agent
Release list
agent v0.5.0
Rediver Agent v0.5.0
Security scanning agent for the Exploop CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/exploopio/agent/releases/download/v0.5.0/agent_0.5.0_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/exploopio/agent/releases/download/v0.5.0/agent_0.5.0_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/exploopio/agent/releases/download/v0.5.0/agent_0.5.0_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.5.0_windows_amd64.zip and extract to your PATH.
Docker:
docker pull exploopio/agent:v0.5.0
docker pull exploopio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
Other Changes
- 1d92c85: Refactor brandname rediver.io to exploop.io (@exploop-io)
Full Changelog: v0.4.3...v0.5.0
Docker Images: Docker Hub
agent v0.4.3
Rediver Agent v0.4.3
Security scanning agent for the Rediver CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.3/agent_0.4.3_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.3/agent_0.4.3_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.3/agent_0.4.3_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.4.3_windows_amd64.zip and extract to your PATH.
Docker:
docker pull rediverio/agent:v0.4.3
docker pull rediverio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
Other Changes
- 2faa3a0: update sdk (@rediver-io)
Full Changelog: v0.4.2...v0.4.3
Docker Images: Docker Hub
agent v0.4.2
Rediver Agent v0.4.2
Security scanning agent for the Rediver CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.2/agent_0.4.2_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.2/agent_0.4.2_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.2/agent_0.4.2_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.4.2_windows_amd64.zip and extract to your PATH.
Docker:
docker pull rediverio/agent:v0.4.2
docker pull rediverio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
Other Changes
- cac26b1: Fix ci/cd (@rediver-io)
Full Changelog: v0.4.1...v0.4.2
Docker Images: Docker Hub
agent v0.4.1
Rediver Agent v0.4.1
Security scanning agent for the Rediver CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.1/agent_0.4.1_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.1/agent_0.4.1_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.1/agent_0.4.1_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.4.1_windows_amd64.zip and extract to your PATH.
Docker:
docker pull rediverio/agent:v0.4.1
docker pull rediverio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
New Features
- 829e7ee: feat: add BranchInfo to scan reports for branch-aware finding lifecycle (@rediver-io)
Other Changes
- 6933f0d: Add sarif type (@rediver-io)
- e8b0ab3: Add sarif type (@rediver-io)
- 0cd1a25: Add sarif type (@rediver-io)
- 82dc2b4: Fix lint ( <>)
Full Changelog: v0.4.0...v0.4.1
Docker Images: Docker Hub
agent v0.4.0
Rediver Agent v0.4.0
Security scanning agent for the Rediver CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.0/agent_0.4.0_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.0/agent_0.4.0_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.4.0/agent_0.4.0_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.4.0_windows_amd64.zip and extract to your PATH.
Docker:
docker pull rediverio/agent:v0.4.0
docker pull rediverio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
New Features
- 127a3b1: feat(agent): add modular executor architecture and recon capabilities ( <>)
- 3882f88: feat(agent): add security gate and SARIF output for CI/CD ( <>)
Bug Fixes
- 2ac376b: fix: update SDK to include SuppressionRule type (@rediver-io)
Other Changes
- aeae525: Add agent platform ( <>)
- 8c170a4: Refactor - change work to agent (@rediver-io)
- c8f0b74: Update Readme ( <>)
- de49bdb: Update ci ( <>)
- 832d363: Update docs (@rediver-io)
- 44ea2de: Update docs ( <>)
- 8019d15: Update new docs (@rediver-io)
- b9a4de7: refactor(agent): extract packages from main.go ( <>)
- da09c4f: test(gate): add suppression matching tests (@rediver-io)
- c47076d: update agent ci/cd ( <>)
Full Changelog: v0.3.0...v0.4.0
Docker Images: Docker Hub
agent v0.3.0
Rediver Agent v0.3.0
Security scanning agent for the Rediver CTEM platform.
Installation
Linux/macOS (amd64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.3.0/agent_0.3.0_linux_amd64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Linux (arm64):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.3.0/agent_0.3.0_linux_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/macOS (Apple Silicon):
curl -sSL https://github.com/rediverio/agent/releases/download/v0.3.0/agent_0.3.0_darwin_arm64.tar.gz | tar xz
chmod +x agent
sudo mv agent /usr/local/bin/Windows:
Download agent_0.3.0_windows_amd64.zip and extract to your PATH.
Docker:
docker pull rediverio/agent:v0.3.0
docker pull rediverio/agent:latestVerify Checksum
sha256sum -c checksums.txtChangelog
Other Changes
- 093cef9: Add package nuclei, trivy, ... (@rediver-io)
- b005edf: Add region (@rediver-io)
- 6c0ebdf: Implement retry (@rediver-io)
- f44be95: Update docs region (@rediver-io)
- cd90872: Update git action release (@rediver-io)
- d5716c1: Update git action release (@rediver-io)
- 1eb0742: Update sdk (@rediver-io)
- c4f01c8: Update sdk v0.2.2 (@rediver-io)
- cfa8519: Update sdk v0.3.1 (@rediver-io)
Full Changelog: v0.2.2...v0.3.0
Docker Images: Docker Hub