logoalt Hacker News

Munksgaardtoday at 6:38 PM1 replyview on HN

Even with a lock file, the action can download and execute arbitrary code from the internet.


Replies

shykestoday at 8:24 PM

It would be cool if CI could inject a platform-wide lockfile into every remote download or lookup made by your scripts. So if you pull a container or git tag, the CI platform would automatically ensure that the exact digest downloaded is controlled by a lock file that you can inspect, check in, etc.