Update Clang build to include system headers and libclang #36309
Orca Security (US) / Orca Security - Infrastructure as Code
succeeded
Jan 4, 2024 in 19s
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Infrastructure as Code | 0 2 0 0 | View in Orca |
Annotations
Check warning on line 92 in build.assets/Dockerfile-centos7-assets
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
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
Loading