Skip to content

Commit

Permalink
fix: from version 0.22.0 Trivy scans POMs and disables JAR detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed Jan 24, 2022
1 parent 95e9898 commit ce5f37b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/trivy-repo-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2.4.0

- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'liberica'
java-version: '17'
cache: 'maven'

- name: Run Maven-Build
run: mvn -B clean package -DskipTests

- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit ce5f37b

Please sign in to comment.