Генератор sbom переделан на локальный репозиторий
This commit is contained in:
parent
288e94146e
commit
3498dcbedb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@ -46,7 +46,7 @@ target "image" {
|
|||||||
platforms = ["linux/amd64"]
|
platforms = ["linux/amd64"]
|
||||||
output = ["type=image"]
|
output = ["type=image"]
|
||||||
attest = [
|
attest = [
|
||||||
"type=sbom",
|
"type=sbom,generator=${registry}/docker/buildkit-syft-scanner:stable-1",
|
||||||
"type=provenance,mode=max"
|
"type=provenance,mode=max"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user