Генератор sbom переделан на локальный репозиторий

This commit is contained in:
Никита Сычев 2026-01-01 14:04:50 +03:00
parent 288e94146e
commit 3498dcbedb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

View File

@ -46,7 +46,7 @@ target "image" {
platforms = ["linux/amd64"]
output = ["type=image"]
attest = [
"type=sbom",
"type=sbom,generator=${registry}/docker/buildkit-syft-scanner:stable-1",
"type=provenance,mode=max"
]