Skip to content

Releases: exploopio/agent

agent v0.5.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:13

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

Other Changes


Full Changelog: v0.4.3...v0.5.0

Docker Images: Docker Hub

agent v0.4.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 07:02

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

Other Changes

  • 2faa3a0: update sdk (@rediver-io)

Full Changelog: v0.4.2...v0.4.3

Docker Images: Docker Hub

agent v0.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:08

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

Other Changes


Full Changelog: v0.4.1...v0.4.2

Docker Images: Docker Hub

agent v0.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 05:01

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

New Features

  • 829e7ee: feat: add BranchInfo to scan reports for branch-aware finding lifecycle (@rediver-io)

Other Changes


Full Changelog: v0.4.0...v0.4.1

Docker Images: Docker Hub

agent v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 08:04

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

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

Choose a tag to compare

@github-actions github-actions released this 20 Jan 17:54

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:latest

Verify Checksum

sha256sum -c checksums.txt

Changelog

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