feat(trivy): add trivy to dagger and cause issues

This commit is contained in:
Patrick Sy 2024-10-14 18:23:55 +02:00
parent 7746219c43
commit 3c8e872e6e
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
7 changed files with 67 additions and 7 deletions

11
go.mod
View file

@ -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
)