deep5050 / cppcheck-action

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

"Error: Container action is only supported on Linux" on Windows machine #19

Closed mpconte closed 3 years ago

mpconte commented 3 years ago

Anytime I try to run the latest version of cppcheck-action v2.0.0, I receive the error:

Error: Container action is only supported on Linux

Despite that I force run on the win64 platform for my hosted runner machine which runs Windows 10 64-bit

github-actions[bot] commented 3 years ago

Hi, @mpconte, 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 joke :point_down: , hope you like it :smile:

Java is like Alzheimer's, it starts off slow, but eventually, your memory is gone.

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

deep5050 commented 3 years ago

could you provide me the action log and the link to your repo?

mpconte commented 3 years ago

My repo is internal, sorry.

Here's the log for the action:

2020-12-18T00:28:03.6592451Z ##[group]Run deep5050/cppcheck-action@v2.0.0 2020-12-18T00:28:03.6593151Z with: 2020-12-18T00:28:03.6593762Z exclude_check: sqlite, dxflib, ssi_utils\detail 2020-12-18T00:28:03.6594755Z output_file: cppcheck-result.xml 2020-12-18T00:28:03.6595374Z platform: win64 2020-12-18T00:28:03.6595861Z force_language: c++ 2020-12-18T00:28:03.6596367Z check_library: disable 2020-12-18T00:28:03.6596960Z skip_preprocessor: disable 2020-12-18T00:28:03.6597668Z enable: all 2020-12-18T00:28:03.6598335Z inconclusive: enable 2020-12-18T00:28:03.6598952Z inline_suppression: disable 2020-12-18T00:28:03.6599554Z max_ctu_depth: disable 2020-12-18T00:28:03.6600009Z env: 2020-12-18T00:28:03.6601068Z DEFAULT_PATH: "\ssifs01\DFS\Depts\R&D\Job_Files Active Eng\E1041 EKKO Project v6.1\E1041.03 EKKO_Project V6 Enhancement\Software\" 2020-12-18T00:28:03.6602046Z VERSION: 6 2020-12-18T00:28:03.6602452Z RELEASE: 1 2020-12-18T00:28:03.6602897Z MAINTENANCE: 0 2020-12-18T00:28:03.6603354Z BUILD_FOR: SSI 2020-12-18T00:28:03.6603868Z BUILD_NUM: 7687 2020-12-18T00:28:03.6604263Z DIP: 2020-00070-00 2020-12-18T00:28:03.6604780Z PHOTOSLICER_BUILD_NUM: Latest 2020-12-18T00:28:03.6605378Z github_build_number: 7743
2020-12-18T00:28:03.6605876Z ##[endgroup] 2020-12-18T00:28:03.6873694Z ##[error]Container action is only supported on Linux

deep5050 commented 3 years ago

I don't know what's in the action file. this action internally uses a docker container which is totally dependent on linux. i have nothing to do at this moment.

if possible run this on a seperate Linux machine.