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