We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5330444 commit 4d77881Copy full SHA for 4d77881
.github/workflows/lint.yml
@@ -62,12 +62,6 @@ jobs:
62
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
63
arguments: detekt
64
65
- - name: Upload SARIF reports to GitHub Security tab
66
- uses: github/codeql-action/upload-sarif@v3
67
- if: ${{ always() }}
68
- with:
69
- sarif_file: 'build/reports/detekt/sarif/'
70
-
71
helm-lint:
72
runs-on: ubuntu-latest
73
@@ -103,9 +97,4 @@ jobs:
103
97
output-file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
104
98
version: 0.2.5
105
99
106
- - name: Upload SARIF file
107
108
109
110
- sarif_file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
111
100
0 commit comments