Support fossa scanning

This commit is contained in:
Michele Degges 2022-07-07 11:18:44 -07:00
parent 03433dd8af
commit baa15f5530
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "support-fossa-scanning"
workflow_dispatch:
inputs:
build-ref:

View File

@ -14,6 +14,7 @@ project "nomad" {
"release/1.1.x",
"release/1.2.x",
"release/1.3.x",
"support-fossa-scanning",
]
}
}
@ -150,6 +151,15 @@ event "verify" {
}
}
event "fossa-scan" {
depends = ["verify"]
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.