Git Product home page Git Product logo

guacamole's People

Contributors

chapchap avatar cterence avatar florentinl avatar julienjourdain avatar laudenlaruto avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

guacamole's Issues

Find unused datasources or module output

While it is not a minor issues, it can lead to longer plan and general complexity in the codebase.

Note that for a module which is distributed (not imbeded in the codebase), the rule might not be relevant since you don't know which outputs will actually be used or not.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • docker.io/library/golang 1.22.0@sha256:4a3e85e88ca4edb571679a3e8b86aaef16ad65134d3aba68760741a850d69f41
  • docker.io/library/alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
github-actions
.github/workflows/ci.yaml
  • actions/checkout v4
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/build-push-action v5
.github/workflows/release.yaml
  • actions/checkout v4
  • actions/setup-go v5
  • goreleaser/goreleaser-action v5
gomod
go.mod
  • go 1.21
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc@d8f796af33cc
  • github.com/fatih/color v1.16.0
  • github.com/gertd/go-pluralize v0.2.1
  • github.com/gruntwork-io/terragrunt v0.55.1
  • github.com/hashicorp/hcl/v2 v2.19.1
  • github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72@a34142ec2a72
  • github.com/hashicorp/terraform-exec v0.20.0
  • github.com/hashicorp/terraform-json v0.21.0
  • github.com/jedib0t/go-pretty/v6 v6.5.4
  • github.com/savioxavier/termlink v1.3.0
  • github.com/spf13/cobra v1.8.0
  • github.com/spf13/viper v1.18.2
  • github.com/zclconf/go-cty v1.14.2
  • golang.org/x/exp v0.0.0-20240213143201-ec583247a57a@ec583247a57a
  • golang.org/x/term v0.17.0
terraform
example/modules/random-pets/main.tf

  • Check this box to trigger a request for Renovate to run again on this repository

Feature: Skip a specific finding

It would be nice to be able to skip some checks which are found to be false positives.
Several ways of implementing it:

  • A comment above a terraform block with the check identifier makes Guacamole skip the check on the specific block
  • A comment on top of a terraform file with the check identifier makes Guacamole skip the check on the entire file
  • Checkov-style baseline file

Issue with the TF_MOD_001 check

The TF_MOD_001 (Remote module call should be pinned to a specific version) fails for my codebase when it should pass.

My module is defined as such:

module "keyvault" {
  source = "[email protected]:/padok-team/terraform-azurerm-keyvault?ref=v0.5.1"
  name   = local.name
  ...
}

The module version is pinned to 0.5.1, therefore the check should pass.

Improvement on check TF_NAM_004

The check TF_NAM_004 assumes that the name of a variable of type number should not be plural, but there are a lot of reasons why this doesn't make sens.

Example

variable "number_of_hosts" {
  description = "Number of hosts you want to create"
  type        = number
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.