Skip to content

Commit 1149297

Browse files
committed
remove trivy scan step
1 parent a92e18a commit 1149297

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ship.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ jobs:
4040
LOADED_IMAGE=$(docker load < result | awk -F': ' '{print $2}')
4141
echo "image=$LOADED_IMAGE" >> $GITHUB_OUTPUT
4242
echo "Loaded image: $LOADED_IMAGE"
43-
- name: Install and run Trivy scanner
44-
run: |
45-
wget -q https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh -O install_trivy.sh
46-
chmod +x install_trivy.sh
47-
./install_trivy.sh -b . v0.58.1
48-
rm install_trivy.sh
49-
chmod +x trivy
50-
./trivy --version
51-
./trivy image --timeout 30m ${{ steps.load-image.outputs.image }}
5243
- name: Scan Docker Image with gokakashi
5344
uses: shinobistack/[email protected]
5445
with:

0 commit comments

Comments
 (0)