← Scan another repo

github.com/jaywcjlove/awesome-mac

@ 7d890fd99e08

Submitted 8/4/2026, 10:25:53 AM · Status: ok

Risk grade
B
23 / 100
Findings
7
0 critical1 high5 medium1 low0 info0 on CISA KEV0ATT&CK
Showing 7 of 7 findings

Findings

  • Image user should not be 'root'
    Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.
    trivyDockerfile:0
  • Ensure that a user for the container has been created
    Ensure that a user for the container has been created on /Dockerfile.
    checkovDockerfile:1
  • Ensure that HEALTHCHECK instructions have been added to container images
    Ensure that HEALTHCHECK instructions have been added to container images on /Dockerfile.
    checkovDockerfile:1
  • Ensure the base image uses a non latest version tag
    Ensure the base image uses a non latest version tag on /Dockerfile.FROM
    checkovDockerfile:3
  • Ensure top-level permissions are not set to write-all
    Ensure top-level permissions are not set to write-all on on(GitHub Actions Build and Deploy awesome-mac)
    checkov.github/workflows/ci.yml:9
  • ':latest' tag used
    When using a 'FROM' statement you should use a specific tag to avoid uncontrolled behavior when the image is updated.
    trivyDockerfile:3
  • No HEALTHCHECK defined
    You should add HEALTHCHECK instruction in your docker container images to perform the health check on running containers.
    trivyDockerfile:0

This report is public.