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 #327

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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: aaca59f98995651447f16527e154ffe92755c568 # frozen: v2024.06.02
rev: b95bf4e33476ab98394304f64719c67beeef2acd # frozen: v2024.06.03
hooks:
- id: seiso-lint
32 changes: 16 additions & 16 deletions Pipfile.lock

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

12 changes: 6 additions & 6 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.16.2
version: 2.17.3
version_argument: --version
azure-cli:
aliases:
- az
version: 2.61.0-1~jammy
version_argument: version
checkov:
version: 3.2.125
version: 3.2.145
version_argument: --version
consul-template:
helper:
- all
version: v0.38.0
version: v0.39.0
version_argument: --version
envconsul:
helper:
Expand All @@ -95,10 +95,10 @@ packages:
fluent-bit:
helper:
- all
version: v3.0.6
version: v3.0.7
version_argument: --version
kics:
version: v2.0.1
version: v2.1.0
version_argument: version
opentofu:
aliases:
Expand All @@ -116,7 +116,7 @@ packages:
env_vars:
- TF_DATA_DIR
security: *id004
version: 1.8.5
version: 1.9.0
version_argument: version
terratag:
helper:
Expand Down
2 changes: 1 addition & 1 deletion goat
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.8.5"
required_version = "1.9.0"
}