-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix V3 scans for client-side & generate separate VSCode notices bundle #149
Fix V3 scans for client-side & generate separate VSCode notices bundle #149
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, and the bundled licenses look correct. Thanks, @MarkAckert
container: | ||
image: zowe-docker-release.jfrog.io/ompzowe/zowecicd-license-base:latest | ||
image: zowe-docker-snapshot.jfrog.io/ompzowe/zowecicd-license-base:test-timothy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarkAckert I'm happy to update the zowe-docker-release
latest tag to include the updated ORT and pnpm install step if you'd like 😋
Signed-off-by: MarkAckert <[email protected]>
* Reapply "add pnpm support, respect lockfiles" This reverts commit 2d1046b. Signed-off-by: MarkAckert <[email protected]> * Fix V3 scans for client-side & generate separate VSCode notices bundle (#149) * Generate a separate VSCode notices bundle Signed-off-by: Timothy Johnson <[email protected]> * Add --ignore-scripts flag to Node project installs Signed-off-by: Timothy Johnson <[email protected]> * Update path-scurry dep to fix yarn build Signed-off-by: Timothy Johnson <[email protected]> * Install pnpm@8 in license scan workflow Signed-off-by: Timothy Johnson <[email protected]> * Try to upgrade ORT tool Signed-off-by: Timothy Johnson <[email protected]> * Test workflow with new image Signed-off-by: Timothy Johnson <[email protected]> * Exclude zedc cargo project from ZE licenses Signed-off-by: Timothy Johnson <[email protected]> * Update repoRules.json Signed-off-by: Timothy Johnson <[email protected]> * update docker image tag Signed-off-by: MarkAckert <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: MarkAckert <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> --------- Signed-off-by: MarkAckert <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Co-authored-by: Timothy Johnson <[email protected]>
Re-creating #146
zowe-explorer-vscode
into a separate zip artifact. Previously the VSCode notices were being included with the zos components.--ignore-scripts
flag to npm/yarn/pnpm install commands. Since the--prod
flag was added in Support PNPM, Respect Lockfiles #145, theprepare
script fails for some repos if it requires a dev dep (e.g.husky
).test-timothy
tag. V15 had several errors causing it to fail parsing Cargo (CLI daemon) and PNPM (ZE) projects that were fixed by upgrading.@awharn @zFernand0 @traeok Please review the CLI and VSCode artifacts generated by the license workflow.