From ad5b6256555b460b14f9998a4be42a9c981cf22d Mon Sep 17 00:00:00 2001 From: lohit Date: Wed, 20 Nov 2024 03:26:22 +0530 Subject: [PATCH] fix: checkov CKV_GHA_7 warning (#3489) * fix: posthog api key as a process env var * fix: checkov bru cli workflow warning --------- Co-authored-by: Anoop M D --- .github/workflows/npm-bru-cli.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/npm-bru-cli.yml b/.github/workflows/npm-bru-cli.yml index 62511558c..ad964a181 100644 --- a/.github/workflows/npm-bru-cli.yml +++ b/.github/workflows/npm-bru-cli.yml @@ -2,11 +2,6 @@ name: Bru CLI Tests (npm) on: workflow_dispatch: - inputs: - build: - description: 'Test Bru CLI (npm)' - required: true - default: 'true' # Assign permissions for unit tests to be reported. # See https://github.com/dorny/test-reporter/issues/168