Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing option for repo-id #163

Open
Jameel239 opened this issue Feb 7, 2024 · 0 comments
Open

missing option for repo-id #163

Jameel239 opened this issue Feb 7, 2024 · 0 comments

Comments

@Jameel239
Copy link

Jameel239 commented Feb 7, 2024

--repo-id is missing as an argument, please can you add

 # checkov scan
- name: checkov scan
  id: checkov_scan
  if: github.event_name == 'pull_request'
  uses: bridgecrewio/checkov-action@master
  with:
    quiet: true
    framework: terraform
    download_external_modules: true
    skip_check: CKV_TF_1
    repo_id: ${{ inputs.repo_id }}
    hard_fail: high
    soft_fail: true
  env:
    BC_API_KEY: ${{ secrets.prisma_api_key }}::${{ secrets.prisma_api_secret }}
    PRISMA_API_URL: ${{ inputs.prisma_api_url }}

`checkov -d . --skip-check CKV_TF_1 --quiet --soft-fail --output sarif --download-external-modules true --framework terraform

checkov: error: --repo-id is required when using a platform API key
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant