Skip to content

Commit 797bd24

Browse files
authored
feat(helm): Add ArtifactHub Linter (#13199)
1 parent fdd5a66 commit 797bd24

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,18 @@ jobs:
129129
- name: Lint
130130
run: |-
131131
helm lint ./helm/defectdojo --strict
132+
133+
artifacthub_linter:
134+
name: Artifacthub Lint
135+
runs-on: ubuntu-latest
136+
steps:
137+
- name: Checkout code
138+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
139+
- name: Run ah lint
140+
working-directory: ./helm/defectdojo
141+
run: |-
142+
docker run --rm \
143+
-v ${{ github.workspace }}/helm/defectdojo:/workspace \
144+
-w /workspace \
145+
artifacthub/ah:v1.21.0@sha256:511818fa90ce87d7132c6214e51ea6dd62eea030f5d2271ce073f948b3060972 \
146+
ah lint

0 commit comments

Comments
 (0)