mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
release: add config to trigger SBOM creation (#25330)
This commit is contained in:
@@ -174,3 +174,15 @@ event "update-ironbank" {
|
|||||||
on = "fail"
|
on = "fail"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event "crt-generate-sbom" {
|
||||||
|
depends = ["promote-production"]
|
||||||
|
action "crt-generate-sbom" {
|
||||||
|
organization = "hashicorp"
|
||||||
|
repository = "security-generate-release-sbom"
|
||||||
|
workflow = "crt-generate-sbom"
|
||||||
|
}
|
||||||
|
notification {
|
||||||
|
on = "fail"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user