Skip to content

Commit 99a1c18

Browse files
committed
2 parents 82f2f97 + fce8bb3 commit 99a1c18

File tree

5 files changed

+16
-27
lines changed

5 files changed

+16
-27
lines changed

.github/labels.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
- color: "ef476c"
5454
description: This issue is a request for information or needs discussion
5555
name: question
56+
- color: "d73a4a"
57+
description: This issue or pull request addresses a security issue
58+
name: security
5659
- color: "7b42bc"
5760
description: Pull requests that update Terraform code
5861
name: terraform

.pre-commit-config.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v4.4.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-executables-have-shebangs
@@ -31,7 +31,7 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.32.2
34+
rev: v0.33.0
3535
hooks:
3636
- id: markdownlint
3737
args:
@@ -41,22 +41,22 @@ repos:
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.28.0
44+
rev: v1.29.0
4545
hooks:
4646
- id: yamllint
4747
args:
4848
- --strict
4949

5050
# GitHub Actions hooks
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.18.4
52+
rev: 0.21.0
5353
hooks:
5454
- id: check-github-actions
5555
- id: check-github-workflows
5656

5757
# pre-commit hooks
5858
- repo: https://github.com/pre-commit/pre-commit
59-
rev: v2.20.0
59+
rev: v3.0.2
6060
hooks:
6161
- id: validate_manifest
6262

@@ -90,25 +90,25 @@ repos:
9090
args:
9191
- --config=.bandit.yml
9292
- repo: https://github.com/psf/black
93-
rev: 22.10.0
93+
rev: 22.12.0
9494
hooks:
9595
- id: black
9696
- repo: https://github.com/PyCQA/flake8
97-
rev: 5.0.4
97+
rev: 6.0.0
9898
hooks:
9999
- id: flake8
100100
additional_dependencies:
101101
- flake8-docstrings
102102
- repo: https://github.com/PyCQA/isort
103-
rev: 5.10.1
103+
rev: 5.12.0
104104
hooks:
105105
- id: isort
106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v0.990
107+
rev: v0.991
108108
hooks:
109109
- id: mypy
110110
- repo: https://github.com/asottile/pyupgrade
111-
rev: v3.2.0
111+
rev: v3.3.1
112112
hooks:
113113
- id: pyupgrade
114114

@@ -121,7 +121,7 @@ repos:
121121

122122
# Terraform hooks
123123
- repo: https://github.com/antonbabenko/pre-commit-terraform
124-
rev: v1.76.0
124+
rev: v1.77.0
125125
hooks:
126126
- id: terraform_fmt
127127
- id: terraform_validate

meta/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2+
dependencies: []
23
galaxy_info:
34
author: First Last
4-
description: Skeleton Ansible role with test user
55
company: CISA Cyber Assessments
6+
description: Skeleton Ansible role with test user
67
galaxy_tags:
78
- skeleton
89
license: CC0
@@ -28,7 +29,6 @@ galaxy_info:
2829
- bookworm
2930
- name: Fedora
3031
versions:
31-
- "35"
3232
- "36"
3333
- "37"
3434
- name: Ubuntu
@@ -37,5 +37,3 @@ galaxy_info:
3737
- focal
3838
- jammy
3939
role_name: skeleton_with_test_user
40-
41-
dependencies: []

molecule/default/molecule-no-systemd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ platforms:
3535
- image: kalilinux/kali-rolling
3636
name: kali
3737
platform: amd64
38-
- image: fedora:35
39-
name: fedora35
40-
platform: amd64
4138
- image: fedora:36
4239
name: fedora36
4340
platform: amd64

molecule/default/molecule-with-systemd.yml

-9
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ platforms:
6969
privileged: yes
7070
volumes:
7171
- /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
8172
- cgroupns_mode: host
8273
command: /lib/systemd/systemd
8374
image: geerlingguy/docker-fedora36-ansible:latest

0 commit comments

Comments
 (0)