Skip to content

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.101.0 in /terraform/vsphere-virtual-machine/content-library-ovf-linux-guest-customization-hcp-packer #412

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.101.0 in /terraform/vsphere-virtual-machine/content-library-ovf-linux-guest-customization-hcp-packer

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.101.0 in /terraform/vsphere-virtual-machine/content-library-ovf-linux-guest-customization-hcp-packer #412

Workflow file for this run

---
name: "Code Quality"
on:
push:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code
uses: github/super-linter@v5
env:
GITHUB_TOKEN: ${{ github.token }}
FILTER_REGEX_EXCLUDE: "*.pkrtpl.hcl"
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
DISABLE_ERRORS: false
VALIDATE_ANSIBLE: true
VALIDATE_MARKDOWN: true
VALIDATE_TERRAFORM_TERRASCAN: true
VALIDATE_TERRAFORM_TFLINT: true