[containers/*] Trivy verification (#8)

* Add trivy verification phase to the pipeline
* Fix branches in pull_request_target event

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2022-06-21 10:49:37 +02:00
committed by GitHub
parent cc8ad11929
commit 9a2aaed1c4
3 changed files with 54 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ on: # rebuild any PRs and main branch changes
- synchronize
- labeled
branches:
- master
- bitnami:master
- main
- bitnami:main
env:
CSP_API_URL: https://console.cloud.vmware.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}