Skip to content

Commit a8d7f94

Browse files
committed
Update super-linter to v7
1 parent 96c428d commit a8d7f94

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/superlinter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Run Linter against code base #
2222
################################
2323
- name: Lint Code Base
24-
uses: github/super-linter/slim@v6
24+
uses: github/super-linter/slim@v7
2525
env:
2626
VALIDATE_ALL_CODEBASE: true
2727
DEFAULT_BRANCH: main
@@ -31,10 +31,13 @@ jobs:
3131
VALIDATE_BASH: false
3232
VALIDATE_CHECKOV: false
3333
VALIDATE_JSCPD: false
34+
VALIDATE_JSON_PRETTIER: false
35+
VALIDATE_MARKDOWN_PRETTIER: false
3436
VALIDATE_KUBERNETES_KUBECONFORM: false
3537
VALIDATE_PYTHON_PYLINT: false
3638
VALIDATE_SHELL_SHFMT: false
3739
VALIDATE_YAML: false
40+
VALIDATE_YAML_PRETTIER: false
3841
# VALIDATE_DOCKERFILE_HADOLINT: false
3942
# VALIDATE_MARKDOWN: false
4043
# VALIDATE_NATURAL_LANGUAGE: false

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
## October 3, 2022
125125

126126
* Restore the ability to install a non-default site: `make TARGET_SITE=mysite install`
127-
* Revised tests (new output and filenames, requires adding new result files to git)
127+
* Revised tests (new output and filenames, requires adding new result files to Git)
128128
* ACM 2.6 required for ACM-based managed sites
129129
* Introduced global.clusterDomain template variable (without the `apps.` prefix)
130130
* Removed the ability to send specific charts to another cluster, use hosted argo sites instead

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,18 @@ super-linter: ## Runs super linter locally
238238
-e VALIDATE_CHECKOV=false \
239239
-e VALIDATE_DOCKERFILE_HADOLINT=false \
240240
-e VALIDATE_JSCPD=false \
241+
-e VALIDATE_JSON_PRETTIER=false \
242+
-e VALIDATE_MARKDOWN_PRETTIER=false \
241243
-e VALIDATE_KUBERNETES_KUBECONFORM=false \
242244
-e VALIDATE_PYTHON_PYLINT=false \
243245
-e VALIDATE_SHELL_SHFMT=false \
244246
-e VALIDATE_TEKTON=false \
245247
-e VALIDATE_YAML=false \
248+
-e VALIDATE_YAML_PRETTIER=false \
246249
$(DISABLE_LINTERS) \
247250
-v $(PWD):/tmp/lint:rw,z \
248251
-w /tmp/lint \
249-
ghcr.io/super-linter/super-linter:slim-v6
252+
ghcr.io/super-linter/super-linter:slim-v7
250253

251254
.PHONY: ansible-lint
252255
ansible-lint: ## run ansible lint on ansible/ folder

ansible/roles/iib_ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IIB Utilities
22

3-
A set of ansible plays to fetch an IIB (Image Index Bundle, aka a container created by the operator sdk
3+
A set of ansible plays to fetch an IIB (Image Index Bundle, aka a container created by the operator SDK
44
that contains a bunch of references to operators that can be installed in an OpenShift cluster)
55

66
Run `ansible-playbook common/ansible/playbooks/iib-ci/lookup.yml` to see which IIBs are available (defaults to

ansible/roles/vault_utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By default, the first file that will looked up is
5555
The paths can be overridden by setting the environment variable `VALUES_SECRET` to the path of the
5656
secret file.
5757

58-
The values secret yaml files can be encrypted with `ansible-vault`. If the role detects they are encrypted, the password to
58+
The values secret YAML files can be encrypted with `ansible-vault`. If the role detects they are encrypted, the password to
5959
decrypt them will be prompted when needed.
6060

6161
### Version 1.0

golang-external-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ we just override the tag with the version + "-ubi"
1111
3. Run `./update-helm-dependency.sh`
1212
4. Tweak `values.yaml` with the new image versions
1313
5. Run `make test`
14-
6. Commit to git
14+
6. Commit to Git
1515

1616
## PRs
1717

0 commit comments

Comments
 (0)