PaloAltoNetworks / terraform-aws-vmseries-modules

Terraform Reusable Modules for VM-Series on AWS
https://registry.terraform.io/modules/PaloAltoNetworks/vmseries-modules/aws
MIT License
40 stars 49 forks source link

fix: Resolve issue CKV2_GHA_1, skip CKV_GHA_7 #415

Closed sebastianczech closed 11 months ago

sebastianczech commented 11 months ago

Description

PR delivers:

Motivation and Context

414

How Has This Been Tested?

Code was tested by locally running pre-commit.

Types of changes

Checklist

sebastianczech commented 11 months ago

/help

ChatOPS built in help:

Currently supported commands include:

The 1st command does not take arguments, the remaining take two:

Examples:

# run idempotence tests on listed modules with Terraform versions: 1.2 (latest patch available), 1.4 (latest patch available), 1.5.4.
/idempotence paths="examples/combined_design examples/panorama_standalone" tf_version="1.2 1.4 1.5.4"
# run validation tests with the latest available Terraform version on listed modules.
/validate paths="modules/vmseries modules/vpc examples/combined_design"