Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiswaladi246 authored Jul 27, 2024
1 parent 7c833ef commit 15a2ff9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,14 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Trivy FS scan
run: |
trivy fs --format table -o fs.html .
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}


0 comments on commit 15a2ff9

Please sign in to comment.