flosell / iam-policy-json-to-terraform

Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
https://flosell.github.io/iam-policy-json-to-terraform/
Apache License 2.0
776 stars 57 forks source link

Bump github.com/securego/gosec/v2 from 2.13.1 to 2.14.0 #66

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/securego/gosec/v2 from 2.13.1 to 2.14.0.

Release notes

Sourced from github.com/securego/gosec/v2's releases.

v2.14.0

Changelog

  • 1af1d5b Pin release build to Go version 1.19.2 (#882)
  • 0ae0174 Refactor to support duplicate imports with different aliases (#865)
  • a2719d3 chore(deps): update all dependencies (#881)
  • ed38681 go.mod: ginkgo/v2 v2.3.1, golang.org/x/text v0.3.8, update go versions (#880)
  • 8466173 Update Go version to 1.19 in the makefile (#876)
  • f9ad0d8 chore(deps): update all dependencies (#875)
  • 6cd9e62 Add CWE-676 to cwe mapping (#874)
  • bb4a1e3 chore(deps): update all dependencies (#872)
  • 7ea37bb Add a way to use private repositories on GitHub (#869)
  • e244c81 chore(deps): update all dependencies (#868)
  • e9b2781 Check go version when installing govulncheck
  • 88c23de Check go version when running govulncheck
  • 84f6424 Add vulncheck to the test steps
  • 180fc23 chore(deps): update all dependencies
  • dfde579 Fix false positives for G404 with aliased packages
  • aaaf80c chore(deps): update all dependencies
  • ae58325 chore(deps): update all dependencies
  • a892be9 fix: add a CWE ID mapping to rule G114
  • a319b66 chore(deps): update golang.org/x/crypto digest to bc19a97
Commits
  • 1af1d5b Pin release build to Go version 1.19.2 (#882)
  • 0ae0174 Refactor to support duplicate imports with different aliases (#865)
  • a2719d3 chore(deps): update all dependencies (#881)
  • ed38681 go.mod: ginkgo/v2 v2.3.1, golang.org/x/text v0.3.8, update go versions (#880)
  • 8466173 Update Go version to 1.19 in the makefile (#876)
  • f9ad0d8 chore(deps): update all dependencies (#875)
  • 6cd9e62 Add CWE-676 to cwe mapping (#874)
  • bb4a1e3 chore(deps): update all dependencies (#872)
  • 7ea37bb Add a way to use private repositories on GitHub (#869)
  • e244c81 chore(deps): update all dependencies (#868)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
flosell commented 1 year ago

@dependabot rebase