release: add config to trigger SBOM creation (#25330)

This commit is contained in:
Sam Salisbury
2024-02-23 20:49:00 +00:00
committed by GitHub
parent bd23a60c99
commit ebaddedd55

View File

@@ -174,3 +174,15 @@ event "update-ironbank" {
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"
}
}