Test trivy with tar output.
This commit is contained in:
@@ -55,12 +55,12 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: myimage
|
||||
path: /tmp/myimage.tar
|
||||
path: /tmp/startup.tar
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: myimage
|
||||
name: startup
|
||||
path: /tmp
|
||||
|
||||
- name: Check with trivy
|
||||
|
||||
Reference in New Issue
Block a user