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

Update Clang build to include system headers and libclang #36309

Closed
wants to merge 1 commit into from

Update Dockerfile-centos7 to install additional dev tools

f97c021
Select commit
Loading
Failed to load commit list.
Closed

Update Clang build to include system headers and libclang #36309

Update Dockerfile-centos7 to install additional dev tools
f97c021
Select commit
Loading
Failed to load commit list.
Orca Security (US) / Orca Security - Infrastructure as Code succeeded Jan 4, 2024 in 19s

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 2   low 0   info 0 View in Orca

Annotations

Check warning on line 92 in build.assets/Dockerfile-centos7-assets

See this annotation in the file changed.

@orca-security-us orca-security-us / Orca Security - Infrastructure as Code

[MEDIUM] Missing User Instruction

Details:
A user should be specified in the dockerfile, otherwise the image will run as
root

Recommendation:
The 'Dockerfile' should contain the 'USER' instruction

Check warning on line 39 in build.assets/Dockerfile-centos7-assets

See this annotation in the file changed.

@orca-security-us orca-security-us / Orca Security - Infrastructure as Code

[MEDIUM] RUN Instruction Using 'cd' Instead of WORKDIR

Details:
When using RUN command 'cd' should only be used for full path. For relative path
make use of WORKDIR command instead.

Recommendation:
Using WORKDIR to change directory