Remix.run Logo
AdrienPoupa 10 hours ago

That's true. This specific attack was mitigated by hash pinning, but some actions like https://github.com/1Password/load-secrets-action default to using the latest version of an underlying dependency.

cpuguy83 an hour ago | parent [-]

This attack was not mitigated by hash pinning. The setup-trivy action installs the latest version of trivy unless you specify a version.

AdrienPoupa 10 minutes ago | parent [-]

Oh, I was referring to `aquasecurity/trivy-action` that was changed with a malicious entrypoint for affected tags. Pinned commits were not affected.