Fix integration testing sample path (#58)

* fix path in pipeline for integration-testing sample
* add exec permission on checkov.sh
This commit is contained in:
Julien Corioland 2020-10-09 10:22:21 +02:00 committed by GitHub
parent 00d15e09c5
commit d05f030d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ trigger:
- '*'
paths:
include:
- 'examples/validation-testing/src/*'
- 'samples/integration-testing/src/*'
variables:
# There must be an Azure Service Connection with that name defined in your Azure DevOps settings. See https://docs.microsoft.com/en-us/azure/devops/pipelines/library/connect-to-azure?view=azure-devops
serviceConnection: 'terraform-basic-testing-azure-connection'
azureLocation: 'westeurope'
# Terraform settings
terraformWorkingDirectory: '$(System.DefaultWorkingDirectory)/examples/basic-testing/src'
terraformWorkingDirectory: '$(System.DefaultWorkingDirectory)/samples/integration-testing/src'
terraformVersion: '0.12.25'
stages:

0
samples/integration-testing/src/checkov.sh Normal file → Executable file
View File