Skip to content

Commit 6200bc8

Browse files
github-actions[bot]JonZeollaChiefHolland
authored
chore: update dependencies and infrastructure tools (#366)
Signed-off-by: Seiso Automation <[email protected]> Co-authored-by: JonZeolla <[email protected]> Co-authored-by: ChiefHolland <[email protected]>
1 parent 56296e4 commit 6200bc8

File tree

7 files changed

+293
-258
lines changed

7 files changed

+293
-258
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/seisollc/goat
4-
rev: e3b0afa27dfca73679f5b0819ce5fe98428fa704 # frozen: v2025.06.05
4+
rev: 2d1157696285e032997881f665380da280fa0dc8 # frozen: v2025.07.01
55
hooks:
66
- id: seiso-lint

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you'd like to generate an SBOM, you will also need `syft` downloaded and in y
1919

2020
### Building the images
2121

22-
To build all of the docker images, run:
22+
To build all of the Docker images, run:
2323

2424
```bash
2525
task build
@@ -80,7 +80,7 @@ task test
8080

8181
If you are troubleshooting a specific image, you can pass a cli arg of the tag, i.e. `2023.11.01-ansible` which runs the specified image tag and mounts common
8282
files that change during troubleshooting, as well as an unfiltered rendering of `functions.j2`, at test time. This assumes that the related image tag has
83-
already been built and is available to the docker daemon (either by pulling it from docker hub, or locally).
83+
already been built and is available to the Docker daemon (either by pulling it from Docker hub, or locally).
8484

8585
```bash
8686
task test -- 2023.11.01-ansible-d7b1663

Pipfile.lock

Lines changed: 277 additions & 242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting Started
44

5-
easy_infra is a docker container that simplifies and secures Infrastructure as Code deployments by running security scans prior to running IaC tools. It
5+
easy_infra is a Docker container that simplifies and secures Infrastructure as Code deployments by running security scans prior to running IaC tools. It
66
supports three main use cases:
77

88
1. **Experimentation** by supporting interactive use and secure troubleshooting.

easy_infra.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,33 +72,33 @@ packages:
7272
environments:
7373
- none
7474
name: cloudformation
75-
version: 2.27.55
75+
version: 2.31.11
7676
version_argument: --version
7777
azure-cli:
7878
aliases:
7979
- az
80-
version: 2.75.0-1~noble
80+
version: 2.77.0-1~noble
8181
version_argument: version
8282
checkov:
83-
version: 3.2.451
83+
version: 3.2.477
8484
version_argument: --version
8585
consul-template:
8686
helper:
8787
- all
88-
version: v0.41.0
88+
version: v0.41.2
8989
version_argument: --version
9090
envconsul:
9191
helper:
9292
- all
93-
version: v0.13.3
93+
version: v0.13.4
9494
version_argument: --version
9595
fluent-bit:
9696
helper:
9797
- all
98-
version: v4.0.4
98+
version: v4.1.0
9999
version_argument: --version
100100
kics:
101-
version: v2.1.11
101+
version: v2.1.14
102102
version_argument: version
103103
opentofu:
104104
aliases:
@@ -108,21 +108,21 @@ packages:
108108
env_vars:
109109
- TF_DATA_DIR
110110
security: *id004
111-
version: v1.10.3
111+
version: v1.10.6
112112
version_argument: version
113113
terraform:
114114
file_extensions: *id003
115115
monitor:
116116
env_vars:
117117
- TF_DATA_DIR
118118
security: *id004
119-
version: 1.12.2
119+
version: 1.13.3
120120
version_argument: version
121121
terratag:
122122
helper:
123123
- terraform
124124
- opentofu
125-
version: v0.7.2
125+
version: v0.7.3
126126
tfenv:
127127
allow_filter:
128128
- match: exec
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
terraform {
2-
required_version = "1.12.2"
2+
required_version = "1.13.3"
33
}

0 commit comments

Comments
 (0)