Skip to content

Commit

Permalink
feat(apko): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Mar 4, 2024
1 parent 910baa8 commit b5cdd6d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,3 @@ jobs:
shell: bash
run: |
docker load < output.tar
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master

- uses: actions/upload-artifact@v4
with:
scan-type: image
image-ref: ${{ steps.apko-build.outputs.digest }}
format: table
exit-code: '1'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit b5cdd6d

Please sign in to comment.