Skip to content

Releases: aquasecurity/trivy-aws

v0.8.0

01 Mar 22:08
fca0705
Compare
Choose a tag to compare

What's Changed

  • refactor(deps): Use trivy pkgs instead of defsec by @simar7 in #99
  • remove usage of old aws-sdk-go (v1) by @paulcacheux in #105
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/efs from 1.26.5 to 1.28.1 by @dependabot in #116
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/docdb from 1.29.6 to 1.33.1 by @dependabot in #117
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.142.0 to 1.149.1 by @dependabot in #120
  • build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #121
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/workspaces from 1.35.6 to 1.38.1 by @dependabot in #119
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/eks from 1.37.0 to 1.41.0 by @dependabot in #122

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

17 Jan 21:18
e3bece1
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump defsec to v0.94.1 by @simar7 in #94

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Jan 00:05
760b044
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump aws deps by @nikpivkin in #75
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #76
  • build(deps): bump actions/stale from 8 to 9 by @dependabot in #77
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.21.1 to 1.26.7 by @dependabot in #78
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.21.5 to 1.26.8 by @dependabot in #79
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.22.5 to 1.28.7 by @dependabot in #80
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.27.7 to 1.32.2 by @dependabot in #81
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/elasticsearchservice from 1.20.6 to 1.25.0 by @dependabot in #82
  • chore(deps): remove go-mock-aws replacement by @nikpivkin in #84
  • fix(aws): fix potential nil panic by @nikpivkin in #83
  • build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #85
  • build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 by @dependabot in #86

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 Nov 23:02
bd1936e
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

  • refactor(deps): Replace trivy-iac/pkg with defsec/pkg by @simar7 in #55

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Nov 02:03
a441f98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Oct 01:42
d49977c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump trivy-iac and rm trivy-policies dep by @simar7 in #35

Full Changelog: v0.3.0...v0.4.0

v0.3.0

28 Oct 01:37
3ebd5b7
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aquasecurity/trivy-policies from 0.0.6-0.20230920041520-fc4059f58c9e to 0.1.0 by @dependabot in #30
  • refactor: use Rego scanner from trivy-iac by @nikpivkin in #32

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Oct 21:13
387695b
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.37 to 1.13.40 by @dependabot in #13
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/codebuild from 1.21.5 to 1.22.0 by @dependabot in #16
  • ci: enable Dependabot version updates for actions by @nikpivkin in #19
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.44 by @dependabot in #17
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/workspaces from 1.29.5 to 1.31.1 by @dependabot in #18
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.20.5 to 1.21.1 by @dependabot in #20
  • build(deps): bump actions/stale from 4 to 8 by @dependabot in #21
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #22
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/emr from 1.28.6 to 1.28.7 by @dependabot in #24
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudtrail from 1.29.0 to 1.29.1 by @dependabot in #25
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #23
  • build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #26

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Sep 01:04
786f9e8
Compare
Choose a tag to compare

What's Changed

  • refactor: sync with trivy-aws fork by @nikpivkin in #6
  • ci: bump golangci-lint to v1.54 by @nikpivkin in #9
  • tests: Re add scanner_test.go by @simar7 in #8
  • Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.19.5 to 1.20.0 by @dependabot in #2
  • Bump github.com/aws/aws-sdk-go-v2/service/elasticsearchservice from 1.20.5 to 1.20.6 by @dependabot in #3
  • Bump github.com/aws/aws-sdk-go-v2/service/kafka from 1.22.5 to 1.22.6 by @dependabot in #5
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.3 to 1.45.15 by @dependabot in #10
  • Bump github.com/aws/aws-sdk-go-v2/service/emr from 1.28.5 to 1.28.6 by @dependabot in #4
  • update defsec by @simar7 in #11

New Contributors

Full Changelog: https://github.com/aquasecurity/trivy-aws/commits/v0.1.0