File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
252255ansible-lint : # # run ansible lint on ansible/ folder
Original file line number Diff line number Diff line change 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
44that contains a bunch of references to operators that can be installed in an OpenShift cluster)
55
66Run ` ansible-playbook common/ansible/playbooks/iib-ci/lookup.yml ` to see which IIBs are available (defaults to
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ By default, the first file that will looked up is
5555The paths can be overridden by setting the environment variable `VALUES_SECRET` to the path of the
5656secret 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
5959decrypt them will be prompted when needed.
6060
6161# ## Version 1.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ we just override the tag with the version + "-ubi"
11113 . Run ` ./update-helm-dependency.sh `
12124 . Tweak ` values.yaml ` with the new image versions
13135 . Run ` make test `
14- 6 . Commit to git
14+ 6 . Commit to Git
1515
1616## PRs
1717
You can’t perform that action at this time.
0 commit comments