Skip to content

Commit

Permalink
Merge pull request #75 from InseeFr/EricThuaud-patch-1
Browse files Browse the repository at this point in the history
Update ci-rc.yml
  • Loading branch information
EricThuaud authored Jul 8, 2024
2 parents 4bb7362 + 4eb900c commit cc51c1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
java-version: 21
- name: Build with Maven
run: mvn -B clean package
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
format: 'table'
scan-type: 'repo'
exit-code: '1'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Upload jar
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cc51c1f

Please sign in to comment.