feat(trivy): add trivy to dagger and cause issues
This commit is contained in:
parent
7746219c43
commit
3c8e872e6e
7 changed files with 67 additions and 7 deletions
11
go.mod
11
go.mod
|
|
@ -3,6 +3,15 @@ module helloworld
|
|||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/buildkite/yaml v0.0.0-20230306222819-0e4e032d4835 // indirect
|
||||
github.com/coreos/go-semver v0.3.1 // indirect
|
||||
github.com/drone/envsubst v1.0.3 // indirect
|
||||
github.com/ghodss/yaml v1.0.0 // indirect
|
||||
github.com/go-vela/sdk-go v0.23.0 // indirect
|
||||
github.com/go-vela/types v0.23.0 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue