File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 5959 path : ${{ env.tar_file }}
6060 retention-days : 1
6161
62- scan-docker-image-with-gokakashi :
63- needs : build-docker-image
64- runs-on : ubuntu-latest
65- steps :
66- - name : Download Docker image artifact
67- uses : actions/download-artifact@v4
68- with :
69- name : ${{ needs.build-docker-image.outputs.tar_file }}
70-
71- - name : Load Docker image
72- run : |
73- docker load -i ${{ needs.build-docker-image.outputs.tar_file }}
74-
75- - name : Scan docker image with gokakashi
76- uses : shinobistack/gokakashi-action@v0.1.1
77- with :
78- image : ' ${{ needs.build-docker-image.outputs.image_name }}'
79- labels : agentKey=${{ github.run_id }}
80- policy : ci-platform
81- server : https://gokakashi-server.hasura-app.io
82- token : ${{ secrets.GOKAKASHI_API_TOKEN }}
83- cf_client_id : ${{ secrets.CF_ACCESS_CLIENT_ID }}
84- cf_client_secret : ${{ secrets.CF_ACCESS_CLIENT_SECRET }}
85- interval : 10
86- retries : 8
87-
8862 scan-docker-image-with-trivy :
8963 needs : build-docker-image
9064 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments