Skip to content

Commit d027986

Browse files
committed
Remove gokakashi
1 parent e5826c5 commit d027986

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,6 @@ jobs:
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

0 commit comments

Comments
 (0)