diff --git a/.github/workflows/test-generated-project.yml b/.github/workflows/test-generated-project.yml index d9828355..8ea5ec12 100644 --- a/.github/workflows/test-generated-project.yml +++ b/.github/workflows/test-generated-project.yml @@ -50,11 +50,7 @@ jobs: - name: Run trivy linter uses: aquasecurity/trivy-action@0.16.1 with: - image-ref: '.' - output: 'trivy-results.sarif' + scan-type: 'fs' + scan-ref: '.' + hide-progress: false trivy-config: trivy.yaml - - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: 'trivy-results.sarif'