Skip to content

Commit 4128591

Browse files
author
Maik Hummel
committed
Disable trivy scans for now
1 parent 105486e commit 4128591

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/docker.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ 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+
# temporarily disabled until https://github.com/aquasecurity/trivy-action/issues/22 is resolved
58+
# - name: Run Trivy vulnerability scanner
59+
# uses: aquasecurity/trivy-action@master
60+
# with:
61+
# image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
62+
# format: "template"
63+
# template: "@/contrib/sarif.tpl"
64+
# output: "trivy-results.sarif"
65+
# - name: Upload Trivy scan results to GitHub Security tab
66+
# uses: github/codeql-action/upload-sarif@v1
67+
# with:
68+
# sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)