Run scan after build

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-21 22:02:01 -04:00 committed by GitHub
parent b5cb8f13ab
commit fff6314475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ jobs:
scan:
name: Scan current image & report results
needs: build
runs-on: "ubuntu-latest"
steps:
- name: Checkout code