Replies: 1 comment
-
|
Ignore me as soon as I posted I saw the issue, the SHA is for plan and the error is on apply 🤦 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the recent Trivy incident, we have made the decision we must pin all Github actions to specific commit SHAs. This is in line with Github's own documentation on securing your actions.
However this does not appear to work with
terraform-github-actions.For example if I set a step to a recent commit like this:
When the action runs It has an error because Github can't find the associated file:
Is there a config option I am missing to make this work with the
terraform-github-actions? I have not had the same issue with any other Github action.Beta Was this translation helpful? Give feedback.
All reactions