Fix: default has_vulnerability_alerts to false#71
Conversation
…dules Agent-Logs-Url: https://github.com/FociSolutions/github-foundations-modules/sessions/bb4fc58c-b5e1-4998-a5c0-840514ff90b8 Co-authored-by: bzarboni1 <99673202+bzarboni1@users.noreply.github.com>
|
@copilot, the workflow failure should not happen. Please improve your own tooling and instructions to prevent this from happening. Use https://github.com/foci-github-foundations/organizations/blob/main/.github/workflows/copilot-setup-steps.yml for inspiration to ensure the required tools are available. |
…Terraform Agent-Logs-Url: https://github.com/FociSolutions/github-foundations-modules/sessions/fef7b18c-080f-4a6d-a01f-93ef4498159a Co-authored-by: seanpoulter-foci <98067886+seanpoulter-foci@users.noreply.github.com>
Fixed in feeb89f. Two changes:
|
has_vulnerability_alertsdefault fromtruetofalseinmodules/repository_base/variables.tfhas_vulnerability_alertsvariable (defaultfalse) to public/private/internal repository modulesvar.has_vulnerability_alertsthrough torepository_basein all three sub-moduleshas_vulnerability_alertsthrough inmodules/repository_set/repositories.tfhas_vulnerability_alerts = optional(bool, false)topublic_repositoriestype inmodules/repository_set/variables.tf(CI fix)has_vulnerability_alerts = optional(bool, false)tointernal_repositoriestype inmodules/repository_set/variables.tf(CI fix).github/workflows/copilot-setup-steps.ymlto pre-install Terraform for local validation