Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move reusable workflow and everest-clang-format from everest-utils to everest-ci #16

Merged
merged 5 commits into from
Apr 25, 2024

Pin version of docker image

7d3f51c
Select commit
Loading
Failed to load commit list.
Merged

Move reusable workflow and everest-clang-format from everest-utils to everest-ci #16

Pin version of docker image
7d3f51c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 25, 2024 in 0s

11 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 11
           

Complexity increasing per file
==============================
- docker/images/everest-clang-format/run-clang-format.py  24
         

See the complete overview on Codacy

Annotations

Check warning on line 2 in docker/images/everest-clang-format/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/Dockerfile#L2

Always tag the version of an image explicitly

Check warning on line 48 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L48

Consider possible security implications associated with the subprocess module.

Check warning on line 55 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L55

Consider possible security implications associated with the subprocess module.

Check notice on line 159 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L159

Trailing whitespace

Check warning on line 195 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L195

subprocess call - check for execution of untrusted input.

Check warning on line 204 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L204

Python possesses many mechanisms to invoke an external executable.

Check warning on line 222 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L222

Python possesses many mechanisms to invoke an external executable.

Check notice on line 265 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L265

ambiguous variable name 'l' (E741)

Check notice on line 277 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L277

main is too complex (21) (MC0001)

Check warning on line 358 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L358

subprocess call - check for execution of untrusted input.

Check warning on line 366 in docker/images/everest-clang-format/run-clang-format.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/everest-clang-format/run-clang-format.py#L366

Python possesses many mechanisms to invoke an external executable.