first implementation of SBOM generation (#50)

* first implementation of SBOM generation
* updated dependencies as per grype report
* hack: go mod tidy
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-09-02 16:49:59 +02:00 committed by GitHub
parent 913711a0fe
commit 2f871578b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 38 deletions

View file

@ -8,8 +8,8 @@ import (
"net/url"
"github.com/edgelesssys/constellation/operators/constellation-node-operator/internal/controlplane"
"go.etcd.io/etcd/client/pkg/v3/transport"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/pkg/transport"
"sigs.k8s.io/controller-runtime/pkg/client"
)