Added graphql api feature for image vulnerability scanning

This commit is contained in:
Shivam Mishra
2020-06-26 12:09:10 -07:00
parent baa5d247ec
commit 2cf2c16137
14 changed files with 3455 additions and 3 deletions
+3 -1
View File
@@ -3,6 +3,7 @@ module github.com/anuvu/zot
go 1.14
require (
github.com/99designs/gqlgen v0.12.2
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/apex/log v1.4.0
github.com/aquasecurity/trivy v0.0.0-00010101000000-000000000000
@@ -31,6 +32,7 @@ require (
github.com/spf13/viper v1.6.1
github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e
github.com/swaggo/swag v1.6.3
github.com/vektah/gqlparser/v2 v2.0.1
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
gopkg.in/resty.v1 v1.12.0
@@ -41,4 +43,4 @@ replace github.com/aquasecurity/trivy => github.com/anuvu/trivy v0.9.2-0.2020073
replace github.com/aquasecurity/fanal => github.com/anuvu/fanal v0.0.0-20200731014233-a1725a9d379f
replace github.com/aquasecurity/trivy-db => github.com/anuvu/trivy-db v0.0.0-20200623200932-d185809a68f7
replace github.com/aquasecurity/trivy-db => github.com/anuvu/trivy-db v0.0.0-20200623200932-d185809a68f7