Skip to content

Commit

Permalink
Bump super-linter/super-linter from 6.8.0 to 7.0.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 7af5a62 commit 9569fc9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
10 changes: 4 additions & 6 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"absolute": true,
"ignore": [
"**/chart/templates/scaled-job.yaml"
],
"reporters": ["consoleFull"],
"threshold": 0
"absolute": true,
"ignore": ["**/chart/templates/scaled-job.yaml"],
"reporters": ["consoleFull"],
"threshold": 0
}
4 changes: 2 additions & 2 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
extends: default

ignore:
- '**/chart/templates/*.yaml'
- '**/chart/templates/tests/*.yaml'
- "**/chart/templates/*.yaml"
- "**/chart/templates/tests/*.yaml"

rules:
line-length:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b4515bd4ad9d0aa4681960e053916ab991bdbe96 # v6.8.0
uses: super-linter/super-linter/slim@02a1172d274f021e4c70f66e23f1085eadd1064b # v7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_KUBERNETES_KUBECONFORM: false # Super-Linter doesn't support https://github.com/jtyr/kubeconform-helm
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.devcontainer/*.json
.github/linters/.jscpd.json
chart/templates/*.yaml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docker run -it --rm \
--env RUNNER_LABELS="YYY" \
analytical-platform.service.justice.gov.uk/actions-runner:local
```

## Versions

### Ubuntu
Expand Down
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
{{- end }}
labels:
{{- include "actions-runner.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 9569fc9

Please sign in to comment.