From c4e45bc6c8d47d04ebdf7fc1bd7930943aee80c8 Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Thu, 14 Jul 2022 13:02:13 -0700 Subject: [PATCH] [CI-only] Support fossa scanning (#13694) --- .release/ci.hcl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index e422a9ce29..ceb11f7595 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -178,6 +178,15 @@ event "promote-dev-docker" { } } +event "fossa-scan" { + depends = ["promote-dev-docker"] + action "fossa-scan" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "fossa-scan" + } +} + ## These are promotion and post-publish events ## they should be added to the end of the file after the verify event stanza.