mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
actions: separate trivy
This commit is contained in:
parent
8206764a80
commit
691458acae
3
.github/workflows/run_trivy.yml
vendored
3
.github/workflows/run_trivy.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: build and publish container
|
||||
name: scan container image
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
@ -14,6 +14,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user