Test trivy with tar output.

This commit is contained in:
2024-03-08 13:59:08 +01:00
parent 6a27ec0ce7
commit 8657175d7a

View File

@@ -43,5 +43,12 @@ jobs:
with:
tags: cs-git.ddnss.de/ri-st/startup:latest
push: true
# cache-from: type=gha
# cache-to: type=gha,mode=max
outputs: type=docker,dest=/tmp/startup.tar
- name: Check with trivy
uses: aquasecurity/trivy-action@master
with:
scan-ref: '/tmp/startup.tar'
scan-type: 'fs'
format: 'table'
vuln-type: 'os,library'