.circleci/config.yml
file. Add the Snyk Orb to the top replacing @x.y.z
with the latest version of the Snyk Orb from the Orb Registry.snyk
commands and jobs to your workflow. Consider your requirements when choosing where in the workflow to add them.snyk/scan-iac
job before the gke-create-cluster
job to check Terraform files are correctly configured before creating the cloud infrastructure. The args
parameter points to which files to check for misconfigurations and can also be used to pass other Snyk CLI arguments.main.tf
file scanned.learn-iac
repo to the Snyk UI using the GitHub integration. Visit the Snyk IAC documentation to learn how. Once imported, you'll see the manifest files in the Snyk UI.main.tf
file will show you an in-line view of the issues found, with additional information such as the impact of the configuration and how to fix it.