Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update to primary components #322

Merged
merged 5 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/seisollc/goat
rev: c1efc95962d02dd9f6952f74de6f91a11e15459f # frozen: v2024.01.04
rev: b571b58cefe8a8560badcf428978323aa769f9f9 # frozen: v2024.04.01
hooks:
- id: seiso-lint
56 changes: 28 additions & 28 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions easy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@ packages:
environments:
- none
name: cloudformation
version: 2.15.30
version: 2.15.40
version_argument: --version
azure-cli:
aliases:
- az
version: 2.58.0-1~jammy
version: 2.59.0-1~jammy
version_argument: version
checkov:
version: 3.2.39
version: 3.2.73
version_argument: --version
consul-template:
helper:
- all
version: v0.37.2
version: v0.37.4
version_argument: --version
envconsul:
helper:
Expand All @@ -95,10 +95,10 @@ packages:
fluent-bit:
helper:
- all
version: v2.2.2
version: v3.0.2
version_argument: --version
kics:
version: v1.7.13
version: v2.0.0
version_argument: version
opentofu:
aliases:
Expand All @@ -116,13 +116,13 @@ packages:
env_vars:
- TF_DATA_DIR
security: *id004
version: 1.7.5
version: 1.8.1
version_argument: version
terratag:
helper:
- terraform
- opentofu
version: v0.3.3
version: v0.3.4
tfenv:
allow_filter:
- match: exec
Expand Down
2 changes: 1 addition & 1 deletion goat
Submodule goat updated 5 files
+1 −1 .pre-commit-config.yaml
+165 −189 Pipfile.lock
+1 −1 VERSION
+1 −1 action.yml
+1 −1 setup.cfg
2 changes: 1 addition & 1 deletion tests/terraform/hooks/secure_builtin_version/secure.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "1.7.5"
required_version = "1.8.1"
}
Loading