File tree Expand file tree Collapse file tree 6 files changed +22
-17
lines changed
Expand file tree Collapse file tree 6 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 11---
22skip_list:
3- - '306' # Shells that use pipes should set the pipefail option
3+ - experimental # all rules tagged as experimental
4+ - fqcn-builtins
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313 steps :
1414 - name : checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 with :
1717 path : " ${{ github.repository }}"
1818 - name : molecule
2727 fail-fast : false
2828 steps :
2929 - name : checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 path : " ${{ github.repository }}"
3333 - name : molecule
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ extends: default
33
44rules:
55 truthy:
6- allowed-values: ['true', 'false', 'on' ]
7- check-keys: true
6+ allowed-values: ['true', 'false']
7+ check-keys: false
88
99ignore: |
1010 .tox/
Original file line number Diff line number Diff line change 88 set -e
99 yamllint .
1010 ansible-lint
11- ansible-later
1211platforms :
1312 - name : base-nettime-centos7
14- image : centos:7
13+ image : centos:7.9.2009
1514 command : /sbin/init
1615 capabilities :
1716 - CAP_SYS_TIME
Original file line number Diff line number Diff line change 1111 goss_arch : amd64
1212 goss_dst : /usr/local/bin/goss
1313 # yamllint disable-line rule:line-length
14- goss_sha256sum : ' sha256: 357f5c7f2e7949b412bce44349cd32ab19eb3947255a8ac805f884cc2c326059'
14+ goss_sha256sum : ' 357f5c7f2e7949b412bce44349cd32ab19eb3947255a8ac805f884cc2c326059'
1515 # yamllint disable-line rule:line-length
1616 goss_url : " https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
1717 goss_test_directory : /etc/goss.d
2121 ansible.builtin.get_url :
2222 url : " {{ goss_url }}"
2323 dest : " {{ goss_dst }}"
24- checksum : " {{ goss_sha256sum }}"
24+ checksum : " sha256: {{ goss_sha256sum }}"
2525 mode : 0755
2626 register : download_goss
2727 until : download_goss is succeeded
3535 - name : Execute Goss tests
3636 environment :
3737 # yamllint disable-line rule:line-length
38- PATH : ' /opt/rh/rh-git218/root/usr/bin:/ usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
38+ PATH : ' /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
3939 # yamllint disable-line rule:line-length
4040 ansible.builtin.command : " {{ goss_dst }} -g {{ item }} validate -f {{ goss_format }}"
4141 changed_when : false
Original file line number Diff line number Diff line change 11# these python extensions are for testing
2+ tox
3+ pipx
24attrs >= 19.2.0
3- sh == 1. 12.14
4- ansible == 2.9.27
5- molecule == 3.2.3
6- molecule-docker
7- yamllint == 1.26.3
8- ansible-lint == 4.3.7
9- ansible-later == 1.4 .0
5+ rich == 12.5.1
6+ ansible == 6.2.0
7+ ansible-lint == 6.4.0
8+ molecule == 4.0.1
9+ molecule-docker == 2.0.0
10+ molecule-vagrant-1.0.0
11+ yamllint == 1.28 .0
1012docker >= 4.3.1
13+ ssh-audit
14+ anyconfig >= 0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
15+ setuptools >= 65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments