Skip to content

Commit 36696b6

Browse files
committed
ci(gha): add steps to perform container image scan
1 parent 0b2d2e2 commit 36696b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ jobs:
226226
provenance: true
227227
outputs: type=oci,dest=companieshouse.tar
228228
platforms: linux/amd64
229+
- name: check file
230+
run: |
231+
ls
232+
echo "tag: ${{ steps.meta.outputs.tags }}"
229233
- name: Scan Image
230234
uses: aquasecurity/[email protected]
231235
with:

0 commit comments

Comments
 (0)