Skip to content

Commit

Permalink
Update check_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Nov 5, 2024
1 parent fad310e commit 391ed11
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
name: Build
uses: docker/build-push-action@v6
with:
push: false
tags: ee2/test:test
tags: 'docker.io/kbase/ee2:${{ github.sha }}'
-
name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: 'docker.io/kbase/ee2:${{ github.sha }}'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit 391ed11

Please sign in to comment.