LGTM

An Integration with LGTM API

Utilities · DevSecOps

Configuration parameters

  • url — Server URL (e.g. https://lgtm.com/api/v1.0) (required)
  • api_key — API Key (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (16)

  • lgtm-add-project

    Add a project to LGTM

  • lgtm-create-query-job

    Run a CodeQL query on one or more projects

  • lgtm-get-alerts

    Get detailed alert information

  • lgtm-get-analysis

    Get analysis summary

  • lgtm-get-analysis-for-commit

    Get analysis summary for a specific commit

  • lgtm-get-code-review

    Get results of code review

  • lgtm-get-project

    Get project by numeric identifier

  • lgtm-get-project-by-url-identifier

    Get project by URL identifier

  • lgtm-get-project-config

    Get configuration for a project identified by numeric identifier

  • lgtm-get-projects

    List projects

  • lgtm-get-query-job

    Get the status of a query job

  • lgtm-get-query-job-results-for-project

    Fetch the results of a query job for a specific project

  • lgtm-get-query-job-results-overview

    Provide a summary of results for the projects in the query job

  • lgtm-get-version

    Version information

  • lgtm-request-analysis

    Run analysis of a specific commit

  • lgtm-request-review

    Run code review for a patch