From 8f094788a30cc59fcdf407d9e87f28e316b1188e Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:54:53 -0500 Subject: [PATCH] issue #172: vault integration --- .github/workflows/workflow-detect-secret-leaks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-detect-secret-leaks.yml b/.github/workflows/workflow-detect-secret-leaks.yml index 39f38c5..0ac6839 100644 --- a/.github/workflows/workflow-detect-secret-leaks.yml +++ b/.github/workflows/workflow-detect-secret-leaks.yml @@ -24,6 +24,7 @@ jobs: url: http://vault.vault.svc.cluster.local:8200 # caCertificate: ${{ secrets.VAULT_CA_CERT }} method: github + tlsSkipVerify: true githubToken: ${{ secrets.VAULT_TOKEN }} secrets: | secret/kv/fertiscan/frontend * | API_KEY_ ;