From fe3a2e11378232ec1b72f22a958a0f36586d66d7 Mon Sep 17 00:00:00 2001 From: Alexej Disterhoft Date: Wed, 8 Nov 2023 15:20:56 +0100 Subject: [PATCH] fix: `output-bc-ids` and `output_bc_ids` don't match up --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 190c989e..91a89f8c 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: api-key: description: 'Environment variable name of the Bridgecrew API key from Bridgecrew app' required: false - output-bc-ids: + output_bc_ids: description: 'Output Bridgecrew IDs (BC...) instead of Checkov IDs (CKV...)' required: false use_enforcement_rules: