2021-11-27 11:18:56 +01:00
|
|
|
# [CodeChecker](http://github.com/Ericsson/CodeChecker/) C++ static analysis action
|
|
|
|
|
|
|
|
|
|
GitHub Action to execute static analysis over C-family projects (C, C++,
|
|
|
|
|
Objective-C) using the [Clang](http://clang.llvm.org/) infrastructure and
|
|
|
|
|
[CodeChecker](http://github.com/Ericsson/CodeChecker/) as its driver.
|
|
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
2021-11-27 11:23:14 +01:00
|
|
|
:warning: **This action has been written with commands that target Ubuntu-based distributions!**
|
2021-11-27 11:18:56 +01:00
|
|
|
|
|
|
|
|
## Action configuration
|
|
|
|
|
|
2021-11-27 11:23:14 +01:00
|
|
|
### Installing versions
|
|
|
|
|
|
|
|
|
|
| Variable | Default | Description |
|
|
|
|
|
|--------------|------------------------------------------------------------------|
|
|
|
|
|
| `repository` | [`Ericsson/CodeChecker`](http://github.com/Ericsson/CodeChecker) | The CodeChecker repository to check out and build |
|
|
|
|
|
| `version` | `master` | The branch, tag, or commit SHA in the `repository` to use. |
|
2021-11-27 11:18:56 +01:00
|
|
|
|