Suggestion
i believe with the current approach everyone gets the latest version of the docker image even if they are pinned on a specific version of your GitHub action. i think pinning to a sha would help reduce a supply chain attack
|
FROM danielflook/terraform-github-actions-base:latest |
Suggestion
i believe with the current approach everyone gets the latest version of the docker image even if they are pinned on a specific version of your GitHub action. i think pinning to a sha would help reduce a supply chain attack
terraform-github-actions/image/Dockerfile
Line 2 in 9f9ebf0