mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 16:09:39 -05:00
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:
parent
913711a0fe
commit
2f871578b2
8 changed files with 44 additions and 38 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue