Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed Apr 18, 2021
1 parent 3f69b92 commit a48ee13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Build distroless image
run: |
docker build --build-arg GOOS=linux -t yeti-discover:${{ github.sha }} -f Dockerfile-distroless .
curl -LO https://downloads.dockerslim.com/releases/1.32.0/dist_linux.tar.gz
tar -xzf dist_linux.tar.gz
./dist_linux/docker-slim build --http-probe=false --target yeti-discover:${{ github.sha }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit a48ee13

Please sign in to comment.