Skip to content

Commit

Permalink
chore: Update Trivy vulnerability scanner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayrode committed Jun 3, 2024
1 parent 2d397d0 commit 2054594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
- name: Run build without tests
run: ./gradlew assemble

build-docker:
check-cve:
runs-on: ubuntu-latest

needs: build-gradle-project

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: 'razano/ctcd'
scan-type: 'fs'
scan-ref: '.'
format: 'template'
template: "@trivy/github-markdown.tpl"
output: trivy.md
Expand Down

0 comments on commit 2054594

Please sign in to comment.