actions-marketplace-validations/cppcheck-action-jackson

Find potential vulnerabilities in your C/C++ codes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 12, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/chmorgan_cppcheck-action@88696b3fd4a3ced3df76a2f7dc44b251d8232bcb # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN secret < automatically provided by Github , you don't need to set up >yes
check_libraryShow information messages when library files have info.nodisable
skip_preprocessorPrint preprocessor output on stdout and don't do any further processing.nodisable
enableEnable additional checksnoall
exclude_checkGive a source file or source file directory to exclude from the checknodisable
inconclusive Allow that Cppcheck reports even though the analysis is inconclusive.noenable
inline_suppressionEnable inline suppressionsnodisable
force_languageForces cppcheck to check all files as the given languagenodisable
forceForce checking of all configurations in filesnodisable
max_ctu_depthMax depth in whole program analysisnodisable
platformSpecifies platform specific types and sizesnodisable
stdSet the C/C++ standardnoc++20
output_filefile where the result to be dumpedno""
target_branchBranch that the badge will target. Defaults to the current branch.no""
other_optionsAny other options you want to add, separate with a space, wrong options will cause a failurenodisable
pull_request_branchBranch that the action will target on pull_request. Defaults to GITHUB_BASE_REF.no""
target_repositoryRepository that the report will be pushed on. Defaults to the current repository.no""
pull_request_repositoryRepository that the action will target on pull_request. Defaults to TARGET_REPOSITORYno""

no outputs