Skip to content

Commit

Permalink
Removing openai_api_key flag support per request in bridgecrewio/chec…
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjbryant committed Oct 23, 2023
1 parent 6f3ffc2 commit a731e46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
baseline: cloudformation/.checkov.baseline # optional: Path to a generated baseline file. Will only report results not in the baseline.
container_user: 1000 # optional: Define what UID and / or what GID to run the container under to prevent permission issues
use_enforcement_rules: true # optional - use enforcement rule configs from the platform
openai_api_key: true # optional - use OpenAI to enhance finding guidelines. This will send Code to OpenAI

```

Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ inputs:
skip_cve_package:
description: 'Filter scan to run on all packages except for a specific CVE package identifier, e.g. CVE-2018-19788 (comma separated)'
required: false
openai_api_key:
description: 'Add an OpenAI API key to enhance finding guidelines. This will send Code to OpenAI'
required: false
outputs:
results:
description: 'The results from the infrastructure scan'
Expand Down Expand Up @@ -171,7 +168,6 @@ runs:
- ${{ inputs.policy_metadata_filter }}
- ${{ inputs.skip_path }}
- ${{ inputs.skip_cve_package }}
- ${{ inputs.openai_api_key }}
- "--user ${{ inputs.container_user }}"
env:
API_KEY_VARIABLE: ${{ inputs.api-key }}
Expand Down

0 comments on commit a731e46

Please sign in to comment.