Skip to content

Commit

Permalink
Remove trivy scan from dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelschlatter authored Jun 19, 2024
1 parent d9605ea commit f05b75d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@ jobs:
${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:${{ steps.increment-version.outputs.next-version }}
${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:latest
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:latest
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL'
scanners: 'vuln,secret'

- name: Docker logout
if: always()
run: |
Expand Down

0 comments on commit f05b75d

Please sign in to comment.