Skip to content

v0.41.0

Choose a tag to compare

@burythehammer burythehammer released this 03 Nov 14:24
· 10 commits to main since this release
39af593

Added:

  • Added AWSAccountID field to CloudDetail struct in subscriptions model for AWS account identification
  • Added govulncheck to CI pipeline for automated vulnerability detection
  • New .github/workflows/vulnerability.yml workflow for parallel vulnerability checking
  • Enabled Go module caching in GitHub Actions for improved build performance

Updated:

  • Updated Go toolchain to 1.25.3 to address stdlib vulnerabilities (GO-2025-4007, GO-2025-3751, GO-2025-3750, GO-2025-3749, GO-2025-3563)

Tests:

  • Added AWS account ID to subscription test fixtures (TestSubscription_List, TestSubscription_Get, TestSubscription_Get_PublicEndpointAccess)

Full Changelog: v0.40.0...v0.41.0