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