| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b593e84 commit c642809
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -119,13 +119,13 @@ runs: | |||
| 119 | 119 | TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db | |
| 120 | 120 | ||
| 121 | 121 | - name: Upload Trivy scan results to GitHub Security tab | |
| 122 | - uses: github/codeql-action/upload-sarif@v2 | ||
| 122 | + uses: github/codeql-action/upload-sarif@v3 | ||
| 123 | 123 | if: (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category == '' | |
| 124 | 124 | with: | |
| 125 | 125 | sarif_file: ${{ steps.output.outputs.TRIVY_OUTPUT }} | |
| 126 | 126 | ||
| 127 | 127 | - name: Upload Trivy scan results to GitHub Security tab | |
| 128 | - uses: github/codeql-action/upload-sarif@v2 | ||
| 128 | + uses: github/codeql-action/upload-sarif@v3 | ||
| 129 | 129 | if: (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category != '' | |
| 130 | 130 | with: | |
| 131 | 131 | sarif_file: ${{ steps.output.outputs.TRIVY_OUTPUT }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments