We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92e18a commit 1149297Copy full SHA for 1149297
.github/workflows/ship.yaml
@@ -40,15 +40,6 @@ jobs:
40
LOADED_IMAGE=$(docker load < result | awk -F': ' '{print $2}')
41
echo "image=$LOADED_IMAGE" >> $GITHUB_OUTPUT
42
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 }}
52
- name: Scan Docker Image with gokakashi
53
uses: shinobistack/[email protected]
54
with:
0 commit comments