From 7b93d9fc407339d6026713252f15504ca8dc1458 Mon Sep 17 00:00:00 2001 From: Gustavo Carvalho Date: Mon, 17 Jul 2023 17:42:05 -0300 Subject: [PATCH] Minor fixes Signed-off-by: Gustavo Carvalho --- operator/config/samples/checkov-ctrl1.yaml | 2 +- operator/config/samples/checkov-ctrl2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/config/samples/checkov-ctrl1.yaml b/operator/config/samples/checkov-ctrl1.yaml index 0e3ab79..75149aa 100644 --- a/operator/config/samples/checkov-ctrl1.yaml +++ b/operator/config/samples/checkov-ctrl1.yaml @@ -11,5 +11,5 @@ metadata: spec: type: checkov providerConfig: - repo: https://github.com/InfobyAdrienne/tf-samples + repo: https://github.com/gusfcarvalho/tf-samples checks: CKV_AZURE_113 \ No newline at end of file diff --git a/operator/config/samples/checkov-ctrl2.yaml b/operator/config/samples/checkov-ctrl2.yaml index 2fb792c..8b09df7 100644 --- a/operator/config/samples/checkov-ctrl2.yaml +++ b/operator/config/samples/checkov-ctrl2.yaml @@ -11,5 +11,5 @@ metadata: spec: type: checkov providerConfig: - repo: https://github.com/InfobyAdrienne/tf-samples + repo: https://github.com/gusfcarvalho/tf-samples checks: CKV_AZURE_52 \ No newline at end of file