Francois L

Results 7 issues of Francois L

### TL;DR `gcloud alpha storage cp` command fails because of missing `google-crc32c` binary **Expected behavior** Able to use this workflow: ``` - name: Authenticate to Google id: 'auth' uses: 'google-github-actions/[email protected]'...

bug

**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]: # " # PR Title Be aware that we...

Tried to use the Github Action as this: ``` - name: Run Checkov action on Terraform plan output id: checkov uses: bridgecrewio/checkov-action@v12 with: directory: . repo_root_for_plan_enrichment: . ``` and got...

We are using a mono-repo, where different projects are reusing various modules specified under the `./modules` directory which contains 10+ modules. In each project, I currently need to do a...

user-reported
needs scoping

A few ideas that would be very helpful: `digger plan -p *` To force running a plan on all projects `digger plan --skip-cmds checkov*` The ability to specify a regex...

enhancement
user-reported

Ex: ``` global_settings: include: ["terraform-version, "ci.yml", "digger.yml"] exclude: [] workflow: default_workflow_name ``` The `include` and `exclude` sections in this config would apply to all projects defined in `digger.yml`, which means...

user-reported
needs scoping

**Describe the issue** Noticed that skips are not taken into account in a module when the module itself specifies a `count` number. The specific use-case is that we have a...

skips
terraform plan