Skip to content

Commit 4ce6753

Browse files
Merge pull request #25 from RaaLabs/rafaelschlatter-patch-1
Remove trivy scan from dotnet.yml
2 parents d9605ea + f05b75d commit 4ce6753

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ jobs:
9595
${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:${{ steps.increment-version.outputs.next-version }}
9696
${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:latest
9797
98-
- name: Run Trivy vulnerability scanner
99-
uses: aquasecurity/trivy-action@master
100-
with:
101-
image-ref: ${{ env.DOCKER_IMAGE_REGISTRY_PATH }}:latest
102-
format: 'table'
103-
exit-code: '1'
104-
ignore-unfixed: true
105-
vuln-type: 'os,library'
106-
severity: 'CRITICAL'
107-
scanners: 'vuln,secret'
108-
10998
- name: Docker logout
11099
if: always()
111100
run: |

0 commit comments

Comments
 (0)