We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--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 `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
--repo-id is missing as an argument, please can you add
`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
`
The text was updated successfully, but these errors were encountered: