Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit f4bed25

Browse files
committed
chore: add hadolint_flags for JSON output in CI workflow
- Introduce hadolint_flags with '--format json' to enhance output formatting - Improve integration and readability of Hadolint results in CI process
1 parent bfdcb6c commit f4bed25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
filter_mode: ${{ env.REVIEWDOG_FILTER_MODE }}
145145
fail_level: ${{ env.REVIEWDOG_FAIL_LEVEL }}
146146
hadolint_ignore: DL3008 DL3009 DL3007
147+
hadolint_flags: '--format json'
147148
yaml:
148149
name: YAML
149150
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)