Skip to content

Releases: EurekaDevSecOps/radarctl

v2.2.0

24 Apr 20:23
Immutable release. Only release title and notes can be modified.
eee5380

Choose a tag to compare

2.2.0 (2026-04-24)

Improvements

  • Add autopackager to veracode-sast (#87) (dec6fc3)

Fixes

v2.1.0

21 Apr 15:51
Immutable release. Only release title and notes can be modified.
191a2e6

Choose a tag to compare

2.1.0 (2026-04-20)

Improvements

  • PE-956: Tag lines of code where a vulnerability should be ignored (#77) (a06bda1)

Miscellaneous Chores

  • Echo scanner stdout log when debug flag is on (#83) (da9d014)

v2.0.2

13 Apr 20:00
Immutable release. Only release title and notes can be modified.
0f13aae

Choose a tag to compare

2.0.2 (2026-04-13)

Fixes

  • (PE-786) - Ensure the Radar can run in a BitBucket CI/CD pipeline (#73) (be0ad7a)

v2.0.1

07 Apr 19:29
Immutable release. Only release title and notes can be modified.
7e837fd

Choose a tag to compare

2.0.1 (2026-04-07)

Fixes

  • PE-1003: Add handling for git ssh azure domains (#76) (a990711)

Code Refactoring

  • PE-977: Ensure the Azure Devops url is decoded during parsing (#71) (a825ce0)

v2.0.0

04 Mar 07:27
Immutable release. Only release title and notes can be modified.
740ff07

Choose a tag to compare

2.0.0 (2026-03-04)

⚠ BREAKING CHANGES

  • scan: Exit codes have changed. When vulnerabilities are found, instead of returning exit codes in the range 8-15, Radar CLI now only returns 8.

Improvements

  • scan: Add THRESHOLD option (#67) (47a0b7b)
  • scan: Display link to scan in Eureka dashboard (#68) (0b33b79)

v1.11.0

27 Feb 06:10
Immutable release. Only release title and notes can be modified.
e21187f

Choose a tag to compare

1.11.0 (2026-02-27)

Improvements

  • Add support for Veracode Pipeline (SAST) scanner (#2) (bf7f04b)

v1.10.0

26 Feb 22:47
Immutable release. Only release title and notes can be modified.
3dc48e6

Choose a tag to compare

1.10.0 (2026-02-25)

Improvements

  • PE-961: Job path from Managed Scan runner being included in vulnerability results (#63) (f014598)

v1.9.8

19 Feb 19:05
c01909e

Choose a tag to compare

1.9.8 (2026-02-19)

Fixes

  • scans: Add handling for ADO git URLs (#61) (cad3c13)
  • scans: Update scan command to accept optional scan ID from args (#60) (3f7b2f9)

Code Refactoring

  • telemetry: Add a reportScanFailure wrapper for telemetry send/receive (#57) (9b2b8aa)

CI/CD

  • commitlint: Fix commitlint GHA errors (#58) (b27d64e)

v1.9.7

29 Jan 22:01
b780d41

Choose a tag to compare

1.9.7 (2026-01-29)

CI/CD

v1.9.6

29 Jan 00:10
bd2f214

Choose a tag to compare

1.9.6 (2026-01-23)

Code Refactoring

  • Add changes to send repoFullName in ewa & vdbe api requests (ebf9ad1)
  • Add profile id to support current agent tokens for backwards compatability (50f4ef3)
  • Add profileId param to scan summary endpoint. (84ec215)
  • Add scanStartTimeStamp and pass as parameter to both scans/started endpoints to ensure timestamps are consistent between vdbe & ewa (4762af1)
  • Change vdbe metadata (stage 2) endpoint to scan started (3409d78)
  • Remove EUREKA_PROFILE env var (8239410)
  • Remove repoFullName from metadata stage 2 (vdbe) (7cba841)
  • Remove repoFullName from scan started endpoint (1bfe3fb)
  • Remove repoFullName from summary & complete endpoint (6fd01d4)
  • scan: Changes to support repository based permissions for scans (c2f0d15)
  • Update radar.yaml formatting (#46) (60456fe)
  • Use Radar CLI scan-action (#45) (f0e6c4c)
  • vulns: Remove profile ID from scans. (869d7be)

CI/CD

Miscellaneous Chores

  • Add missing DateTime import (3fda08d)
  • Clean up parameter format (f8c03c6)
  • Fix profile param format (10b75d9)
  • Fix profile param name (3d5eaf6)
  • Re-add profile param conditional as vdbe validation was failing due to non-uuid profile value (e1c007e)
  • Remove additional blank line (940743d)
  • Remove blank line (c723e7a)
  • Remove redundant metadata field and use spread operator for body as it already has the metadata field (2ffa1f6)
  • Simplify timestamp (7cab5eb)