From 43d22c52a87c08f271165166c5f85fa64df51636 Mon Sep 17 00:00:00 2001 From: max furman <mx.furman@gmail.com> Date: Mon, 12 Jun 2023 19:31:05 -0700 Subject: [PATCH] [action] remove gitleaks --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904d07c..613cb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,15 +8,10 @@ on: - "master" pull_request: workflow_call: - secrets: - GITLEAKS_LICENSE_KEY: - required: true jobs: ci: uses: smallstep/workflows/.github/workflows/goCI.yml@main with: - run-gitleaks: true run-codeql: true - secrets: - GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }} + secrets: inherit -- GitLab