cppcheck-action icon indicating copy to clipboard operation
cppcheck-action copied to clipboard

A github action to perform C/C++ security checks automatically

Results 7 cppcheck-action issues
Sort by recently updated
recently updated
newest added

Is it possible to update cppcheck 2.4.1 to latest version (2.7)?

I have added this cppcheck action to one of my workflows, and I've noticed that the job executes on push, but it doesn't execute on pull request. In both cases...

Hey! Nice action, thanks for the great work. I have two questions: 1) Does it fail action if there are any errors present? (returns non-zero exit code) 2) How to...

Hello, Thank you for making this awesome actions! I see in entrypoint.py, that the action is not allowed to run on pull-requests. I am by no means a Github Actions...

'exclude_check' It seems can only specify one folder

Hi, I was trying to use this action in my **[internal](https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories#about-internal-repositories)** repo. It doesn't work and fails. The action didn't produce any failure logs which I analyze. ``` Run deep5050/cppcheck-action@main...

Instead of uploading the results to your repo, you can also parse them during the run and then show the action as passing or failing.

size/M