Skip to content

Commit

Permalink
ci: scan a docker image by triby
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Dec 7, 2024
1 parent 7d14851 commit 6241336
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/server-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
#- name: Run tests
# if: ${{ github.event.inputs.run_tests }}
# run: ./gradlew test

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: cobol4j-aws-web:latest
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit 6241336

Please sign in to comment.