Skip to content

Commit

Permalink
feat: upgrade gaf to include stella whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
robh-snyk committed Sep 19, 2023
1 parent d37cfd6 commit e632bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions cliv2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/snyk/cli/cliv2

go 1.18
go 1.21

toolchain go1.21.0

require (
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a
Expand All @@ -13,7 +15,7 @@ require (
github.com/snyk/cli-extension-iac-rules v0.0.0-20230601153200-c572cfce46ce
github.com/snyk/cli-extension-sbom v0.0.0-20230831113416-7ffac8738181
github.com/snyk/container-cli v0.0.0-20230913123839-91b568e2fbd7
github.com/snyk/go-application-framework v0.0.0-20230911124155-af80929f69be
github.com/snyk/go-application-framework v0.0.0-20230915105125-18e4f97ef870
github.com/snyk/go-httpauth v0.0.0-20230726132335-d454674305a7
github.com/snyk/snyk-iac-capture v0.6.0
github.com/snyk/snyk-ls v0.0.0-20230911152618-39fc0f68d431
Expand Down
4 changes: 2 additions & 2 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ github.com/snyk/cli-extension-sbom v0.0.0-20230831113416-7ffac8738181 h1:BMiPwr4
github.com/snyk/cli-extension-sbom v0.0.0-20230831113416-7ffac8738181/go.mod h1:O/cjwCbKhJQWyXHPmNbZ7ToQKnhyw0VUp1Qhim3WEcw=
github.com/snyk/container-cli v0.0.0-20230913123839-91b568e2fbd7 h1:mDQr5bRNaJoUVuqI6kwuOUBXXYT1B4JTKzbrzikjvdE=
github.com/snyk/container-cli v0.0.0-20230913123839-91b568e2fbd7/go.mod h1:38w+dcAQp9eG3P5t2eNS9eG0reut10AeJjLv5lJ5lpM=
github.com/snyk/go-application-framework v0.0.0-20230911124155-af80929f69be h1:xmZbwbrAxNeU0v8Le+cJGMGt75ziAf68YVFdw6hryk8=
github.com/snyk/go-application-framework v0.0.0-20230911124155-af80929f69be/go.mod h1:kuw/MMZ4rnQYMVGDTIkoJGyEEAl0DoHqEN6ZiYbNbSA=
github.com/snyk/go-application-framework v0.0.0-20230915105125-18e4f97ef870 h1:R8xLYCVSC8aBVWlIevP4tBOHFdUr6UzWNYzuZqAEzJE=
github.com/snyk/go-application-framework v0.0.0-20230915105125-18e4f97ef870/go.mod h1:kuw/MMZ4rnQYMVGDTIkoJGyEEAl0DoHqEN6ZiYbNbSA=
github.com/snyk/go-httpauth v0.0.0-20230726132335-d454674305a7 h1:m8C34vcouY2vEvow2gV/uAZ0LKiV7vhwC5HI15nUDX4=
github.com/snyk/go-httpauth v0.0.0-20230726132335-d454674305a7/go.mod h1:88KbbvGYlmLgee4OcQ19yr0bNpXpOr2kciOthaSzCAg=
github.com/snyk/policy-engine v0.22.0 h1:od9pduGrXyfWO791X+8M1qmnvWUxaIXh0gBzGKqeseA=
Expand Down

0 comments on commit e632bd5

Please sign in to comment.