actions: separate trivy

This commit is contained in:
tawoe 2023-02-01 12:49:32 +01:00
parent 8206764a80
commit 691458acae

View File

@ -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