validate vendor target

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-06-12 11:32:59 +02:00
parent fc6d7a28b4
commit 77ea1f9bc3
3 changed files with 25 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ target "release" {
}
group "validate" {
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint", "path-warnings"]
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint", "path-warnings", "validate-vendor"]
}
target "test" {
@@ -157,6 +157,11 @@ target "vendor" {
provenance = false
}
target "validate-vendor" {
target = "validate-vendor"
output = ["type=cacheonly"]
}
variable "UPSTREAM_MODULE_NAME" {
default = null
}