diff --git a/.github/workflows/docker-scan.yml b/.github/workflows/docker-scan.yml index 5e49b07754..0254af9f38 100644 --- a/.github/workflows/docker-scan.yml +++ b/.github/workflows/docker-scan.yml @@ -24,8 +24,8 @@ jobs: uses: aquasecurity/trivy-action@master with: image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ee:main - format: "sarif" - output: "trivy-results.sarif" + format: "table" + # output: "trivy-results.sarif" severity: "CRITICAL,HIGH" - name: Upload Trivy scan results to GitHub Security tab