Skip to content

Commit

Permalink
Allow public repos and google keys
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed May 29, 2024
1 parent 61c0c67 commit eaf2c73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bodleian/infrastructure-repository.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#trivy:ignore:avd-gcp-0066
#trivy:ignore:avd-git-0001
module "bodleian_project" {
# tflint-ignore: terraform_module_pinned_source
#checkov:skip=CKV_TF_2:No version for the module ref.
Expand Down
1 change: 1 addition & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ tflint --init
tflint -f compact --disable-rule=terraform_module_pinned_source --disable-rule=terraform_required_providers
terraform validate -no-color
terraform fmt -check -recursive
trivy config .

checkov --quiet -d .
1 change: 1 addition & 0 deletions terraform-examples/terraform-state-bucket.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#trivy:ignore:avd-gcp-0066
resource "google_storage_bucket" "state_bucket" {
#checkov:skip=CKV_GCP_62:Logging deactivated for now
project = data.google_project.project.project_id
Expand Down

0 comments on commit eaf2c73

Please sign in to comment.