We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd5a66 commit 797bd24Copy full SHA for 797bd24
1 file changed
.github/workflows/test-helm-chart.yml
@@ -129,3 +129,18 @@ jobs:
129
- name: Lint
130
run: |-
131
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