File tree 5 files changed +16
-27
lines changed
5 files changed +16
-27
lines changed Original file line number Diff line number Diff line change 53
53
- color : " ef476c"
54
54
description : This issue is a request for information or needs discussion
55
55
name : question
56
+ - color : " d73a4a"
57
+ description : This issue or pull request addresses a security issue
58
+ name : security
56
59
- color : " 7b42bc"
57
60
description : Pull requests that update Terraform code
58
61
name : terraform
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.3 .0
8
+ rev : v4.4 .0
9
9
hooks :
10
10
- id : check-case-conflict
11
11
- id : check-executables-have-shebangs
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.32.2
34
+ rev : v0.33.0
35
35
hooks :
36
36
- id : markdownlint
37
37
args :
@@ -41,22 +41,22 @@ repos:
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.28 .0
44
+ rev : v1.29 .0
45
45
hooks :
46
46
- id : yamllint
47
47
args :
48
48
- --strict
49
49
50
50
# GitHub Actions hooks
51
51
- repo : https://github.com/python-jsonschema/check-jsonschema
52
- rev : 0.18.4
52
+ rev : 0.21.0
53
53
hooks :
54
54
- id : check-github-actions
55
55
- id : check-github-workflows
56
56
57
57
# pre-commit hooks
58
58
- repo : https://github.com/pre-commit/pre-commit
59
- rev : v2.20.0
59
+ rev : v3.0.2
60
60
hooks :
61
61
- id : validate_manifest
62
62
@@ -90,25 +90,25 @@ repos:
90
90
args :
91
91
- --config=.bandit.yml
92
92
- repo : https://github.com/psf/black
93
- rev : 22.10 .0
93
+ rev : 22.12 .0
94
94
hooks :
95
95
- id : black
96
96
- repo : https://github.com/PyCQA/flake8
97
- rev : 5 .0.4
97
+ rev : 6 .0.0
98
98
hooks :
99
99
- id : flake8
100
100
additional_dependencies :
101
101
- flake8-docstrings
102
102
- repo : https://github.com/PyCQA/isort
103
- rev : 5.10.1
103
+ rev : 5.12.0
104
104
hooks :
105
105
- id : isort
106
106
- repo : https://github.com/pre-commit/mirrors-mypy
107
- rev : v0.990
107
+ rev : v0.991
108
108
hooks :
109
109
- id : mypy
110
110
- repo : https://github.com/asottile/pyupgrade
111
- rev : v3.2.0
111
+ rev : v3.3.1
112
112
hooks :
113
113
- id : pyupgrade
114
114
@@ -121,7 +121,7 @@ repos:
121
121
122
122
# Terraform hooks
123
123
- repo : https://github.com/antonbabenko/pre-commit-terraform
124
- rev : v1.76 .0
124
+ rev : v1.77 .0
125
125
hooks :
126
126
- id : terraform_fmt
127
127
- id : terraform_validate
Original file line number Diff line number Diff line change 1
1
---
2
+ dependencies : []
2
3
galaxy_info :
3
4
author : First Last
4
- description : Skeleton Ansible role with test user
5
5
company : CISA Cyber Assessments
6
+ description : Skeleton Ansible role with test user
6
7
galaxy_tags :
7
8
- skeleton
8
9
license : CC0
@@ -28,7 +29,6 @@ galaxy_info:
28
29
- bookworm
29
30
- name : Fedora
30
31
versions :
31
- - " 35"
32
32
- " 36"
33
33
- " 37"
34
34
- name : Ubuntu
@@ -37,5 +37,3 @@ galaxy_info:
37
37
- focal
38
38
- jammy
39
39
role_name : skeleton_with_test_user
40
-
41
- dependencies : []
Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ platforms:
35
35
- image : kalilinux/kali-rolling
36
36
name : kali
37
37
platform : amd64
38
- - image : fedora:35
39
- name : fedora35
40
- platform : amd64
41
38
- image : fedora:36
42
39
name : fedora36
43
40
platform : amd64
Original file line number Diff line number Diff line change @@ -69,15 +69,6 @@ platforms:
69
69
privileged : yes
70
70
volumes :
71
71
- /sys/fs/cgroup:/sys/fs/cgroup:rw
72
- - cgroupns_mode : host
73
- command : /lib/systemd/systemd
74
- image : geerlingguy/docker-fedora35-ansible:latest
75
- name : fedora35-systemd
76
- platform : amd64
77
- pre_build_image : yes
78
- privileged : yes
79
- volumes :
80
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
81
72
- cgroupns_mode : host
82
73
command : /lib/systemd/systemd
83
74
image : geerlingguy/docker-fedora36-ansible:latest
You can’t perform that action at this time.
0 commit comments