Skip to content

Commit

Permalink
Mettre à jour l'action de téléchargement de SARIF dans le workflow Ku…
Browse files Browse the repository at this point in the history
…belinter
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent b031360 commit 9b2e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubelinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: kube-linter lint . > kube-linter-report.txt

- name: Upload report as sarif
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: kube-linter-report.txt

Expand Down

0 comments on commit 9b2e1c5

Please sign in to comment.