Browse Source

[CI-only] Support fossa scanning (#13694)

pull/13772/head
Michele Degges 2 years ago committed by GitHub
parent
commit
c4e45bc6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .release/ci.hcl

9
.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.

Loading…
Cancel
Save