Skip to content

Commit

Permalink
Mettre à jour le workflow Kubelinter pour utiliser l'option --output-…
Browse files Browse the repository at this point in the history
…format lors de la génération du rapport
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent 9aa98f7 commit fc374b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kubelinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Lint YAML files and Generate Report
continue-on-error: true
run: |
kubelinter lint -o checkstyle > kubelinter-report.txt
kubelinter lint ./ --output-format=checkstyle > kubelinter-report.txt
cat kubelinter-report.txt
- name: Upload Report as Artifact
Expand Down

0 comments on commit fc374b0

Please sign in to comment.