Skip to content

Commit af4f980

Browse files
author
Maik Hummel
committed
Disable trivy scans temporarily
1 parent b0ae882 commit af4f980

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/docker.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
labels: ${{ steps.docker_meta.outputs.labels }}
5555
cache-from: type=local,src=${{ github.workspace }}/cache
5656
cache-to: type=local,dest=${{ github.workspace }}/cache
57-
- name: Run Trivy vulnerability scanner
58-
uses: aquasecurity/trivy-action@master
59-
with:
60-
image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
61-
format: "template"
62-
template: "@/contrib/sarif.tpl"
63-
output: "trivy-results.sarif"
64-
- name: Upload Trivy scan results to GitHub Security tab
65-
uses: github/codeql-action/upload-sarif@v1
66-
with:
67-
sarif_file: "trivy-results.sarif"
57+
# - name: Run Trivy vulnerability scanner
58+
# uses: aquasecurity/trivy-action@master
59+
# with:
60+
# image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
61+
# format: "template"
62+
# template: "@/contrib/sarif.tpl"
63+
# output: "trivy-results.sarif"
64+
# - name: Upload Trivy scan results to GitHub Security tab
65+
# uses: github/codeql-action/upload-sarif@v1
66+
# with:
67+
# sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)