Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: remove COREPACK_INTEGRITY_KEYS from ci env #7090

Open
elevatebart opened this issue Jan 30, 2025 · 0 comments
Open

security: remove COREPACK_INTEGRITY_KEYS from ci env #7090

elevatebart opened this issue Jan 30, 2025 · 0 comments
Labels
area/frontend Needs frontend code changes kind/cooldown Great candidate for the cooldown period

Comments

@elevatebart
Copy link
Contributor

In the gradle build we use the org.siouan.frontend-jdk21 to build the frontend.
This plugin uses corepack to install the proper package manager (npm, pnpm or yarn).
Since we use the one included in nodejs, NPM. We don not need corepack.

Sometimes, the npm registry integrity keys get cycled and we need a new corepack version installed to be able to install npm.

This made the build fail here:

https://github.com/kestra-io/kestra/actions/runs/13049445779/job/36406226636?pr=7077

With this additional env, we dismiss the integrity check.

I hope to re-enable the integrity check ASAP.

@elevatebart elevatebart added area/frontend Needs frontend code changes kind/cooldown Great candidate for the cooldown period labels Jan 30, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes kind/cooldown Great candidate for the cooldown period
Projects
Status: Backlog
Development

No branches or pull requests

1 participant