Skip to content

Commit 3214794

Browse files
committed
Fix some linting issues
1 parent cb8ce0b commit 3214794

3 files changed

Lines changed: 25 additions & 23 deletions

File tree

.github/linters/.hadolint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ ignored:
1111
- DL3041
1212
# Pin versions in pip. Instead of `pip install <package>` use `pip install
1313
- DL3013
14+
# Disable pipefail shell
15+
- DL4006

.hadolint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.github/linters/.hadolint.yml
1+
.github/linters/.hadolint.yaml

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,49 @@ This container provides a pre-configured environment with all the necessary tool
1414

1515
<!-- textlint-disable -->
1616

17-
| name | type | version |
17+
| name | type | version |
1818
| :---------------------------------: | :---------: | :------------: |
19-
| age | binary | 1.3.1 |
19+
| age | binary | 1.3.1 |
2020
| ansible | pip | 2.16.14 |
21-
| ansible.posix | collection | 2.1.0 |
21+
| ansible.posix | collection | 2.1.0 |
2222
| ansible-runner | pip | 2.4.2 |
23-
| ansible.utils | collection | 6.0.0 |
24-
| argocd | binary | v2.9.7+fbb6b20 |
23+
| ansible.utils | collection | 6.0.0 |
24+
| argocd | binary | v2.9.7+fbb6b20 |
2525
| awscli | pip | 1.42.65 |
26-
| awx.awx | collection | 24.6.1 |
26+
| awx.awx | collection | 24.6.1 |
2727
| awxkit | pip | 24.6.1 |
2828
| azure-cli | pip | 2.79.0 |
2929
| boto3 | pip | 1.40.65 |
3030
| botocore | pip | 1.40.65 |
31-
| community.general | collection | 12.0.0 |
32-
| community.okd | collection | 5.0.0 |
31+
| community.general | collection | 12.0.0 |
32+
| community.okd | collection | 5.0.0 |
3333
| gcloud | pip | 0.18.3 |
3434
| gh | package | 2.82.1 |
3535
| git-core | package | 2.47.3 |
3636
| gzip | package | 1.12 |
37-
| hcp | binary | 4.17.0 |
38-
| helm | binary | v3.13.3 |
39-
| helm-secrets | helm plugin | 4.7.5 |
40-
| infra.ah_configuration | collection | 2.1.0 |
41-
| infra.controller_configuration | collection | 3.2.0 |
42-
| infra.eda_configuration | collection | 1.1.0 |
37+
| hcp | binary | 4.17.0 |
38+
| helm | binary | v3.13.3 |
39+
| helm-secrets | helm plugin | 4.7.5 |
40+
| infra.ah_configuration | collection | 2.1.0 |
41+
| infra.controller_configuration | collection | 3.2.0 |
42+
| infra.eda_configuration | collection | 1.1.0 |
4343
| jmespath | pip | 1.0.1 |
4444
| jq | package | 1.6 |
45-
| kubernetes.core | collection | 6.2.0 |
45+
| kubernetes.core | collection | 6.2.0 |
4646
| kubernetes | pip | 34.1.0 |
47-
| kustomize | binary | v5.0.1 |
47+
| kustomize | binary | v5.0.1 |
4848
| make | package | 4.3 |
49-
| openshift | binary | 4.14.20 |
49+
| openshift | binary | 4.14.20 |
5050
| pytest | pip | 8.4.2 |
5151
| python3-pip | package | 21.3.1 |
5252
| python | package | 3.11.11 |
53-
| redhat_cop.controller_configuration | collection | 2.3.1 |
54-
| rhvp.cluster_utils | collection | 1.1.0 |
55-
| sops | binary | 3.11.0 |
53+
| redhat_cop.controller_configuration | collection | 2.3.1 |
54+
| rhvp.cluster_utils | collection | 1.1.0 |
55+
| sops | binary | 3.11.0 |
5656
| sshpass | package | 1.09 |
5757
| tar | package | 1.34 |
58-
| tea | binary | 0.9.2 |
59-
| tekton | binary | 0.35.2 |
58+
| tea | binary | 0.9.2 |
59+
| tekton | binary | 0.35.2 |
6060
| vi | package | 8.2.2637 |
6161
| vp-qe-test-common | pip | 0.1.0 |
6262

0 commit comments

Comments
 (0)