Skip to content

Commit 4d77881

Browse files
committed
Remove SARIF files management from lint.yml
1 parent 5330444 commit 4d77881

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
6363
arguments: detekt
6464

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-
7165
helm-lint:
7266
runs-on: ubuntu-latest
7367

@@ -103,9 +97,4 @@ jobs:
10397
output-file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
10498
version: 0.2.5
10599

106-
- name: Upload SARIF file
107-
if: ${{ always() }}
108-
uses: github/codeql-action/upload-sarif@v3
109-
with:
110-
sarif_file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
111100

0 commit comments

Comments
 (0)