Hacker News new | ask | show | jobs
by Munksgaard 55 days ago
Even with a lock file, the action can download and execute arbitrary code from the internet.
1 comments

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.