← Scan another repo

github.com/tonsky/FiraCode

@ ecd367b040ad

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

Risk grade
B
21 / 100
Findings
6
0 critical1 high4 medium1 low0 info0 on CISA KEV0ATT&CK
Showing 6 of 6 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 top-level permissions are not set to write-all
    Ensure top-level permissions are not set to write-all on on
    checkov.github/workflows/build.yml:15
  • Ensure top-level permissions are not set to write-all
    Ensure top-level permissions are not set to write-all on on
    checkov.github/workflows/docker.yml:0
  • 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.