deep5050 / cppcheck-action

A github action to perform C/C++ security checks automatically
MIT License
39 stars 24 forks source link

Status code and report in the Action output #51

Open arrowcircle opened 3 years ago

arrowcircle commented 3 years ago

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 show output of the cppcheck to github action? I tried to cat cppcheck_report.txt, but it shows file not found.

github-actions[bot] commented 3 years ago

Hi, @arrowcircle, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this meme :point_down: , hope you like it :smile:

meme

Use this action on your projects. Use jokes on issues instead.

maikebing commented 6 months ago

Same issue.