Skip to main content

Lists scanned files that contain errors.

List files with errors

Request Body required
  • CICDRunId double
  • authors string[]
  • branch string nullable
  • categories Category[]

    Possible values: [IAM, Compute, Monitoring, Networking, Kubernetes, General, Storage, Secrets, Public, Vulnerabilities, Drift, BuildIntegrity, Licenses]

  • codeStatus CodeStatus[]

    Possible values: [hasFix]

  • excludeCategories Category[]

    Possible values: [IAM, Compute, Monitoring, Networking, Kubernetes, General, Storage, Secrets, Public, Vulnerabilities, Drift, BuildIntegrity, Licenses]

  • fileTypes FileType[]

    Possible values: [tf, json, yml, yaml, template, .checkov.baseline, hcl, Dockerfile, package.json, package-lock.json, bower.json, pom.xml, build.gradle, build.gradle.kts, gradle.properties, gradle-wrapper.properties, go.sum, go.mod, requirements.txt, METADATA, bicep, Pipfile.lock, Pipfile, yarn.lock, Gemfile, Gemfile.lock, gemspec, env, settings.py, main.py, application.py, config.py, app.js, config.js, dev.js, db.properties, application.properties, private.pem, privatekey.pem, index.php, config.php, config.xml, strings.xml, app.module.ts, environment.ts, tpl, tfvars, unknown]

  • repository string required
  • repositoryId string
  • search object
  • options string[] required

    Possible values: [path, code]

  • text string required
  • title string

    Possible values: [title, constructive_title, descriptive_title]

  • severities Severity[]

    Possible values: [CRITICAL, HIGH, MEDIUM, LOW, INFO]

  • sourceTypes SourceType[] required

    Possible values: [Github, Bitbucket, Gitlab, AzureRepos, cli, AWS, Azure, GCP, Docker, githubEnterprise, gitlabEnterprise, bitbucketEnterprise, terraformCloud, githubActions, circleci, codebuild, jenkins, tfcRunTasks, admissionController, terraformEnterprise]

  • tags object[]
  • Array [
  • key string required
  • value string required
  • ]
  • types Type[]

    Possible values: [Errors, Suppressed, Passed, Fixed]

Responses

Get errors files


Schema
  • data object[] required
  • Array [
  • errorsCount double required
  • filePath string required
  • fixedCount double required
  • openErrorsCount double required
  • passedCount double required
  • suppressedErrorsCount double required
  • type ErrorType required

    Possible values: [violation, dockerCve, packageCve]

  • ]
Loading...