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

chore: only audit production workspaces #5697

Merged
merged 1 commit into from
Oct 13, 2022
Merged

chore: only audit production workspaces #5697

merged 1 commit into from
Oct 13, 2022

Conversation

lukekarrys
Copy link
Contributor

After #5309 moved docs dependencies to proudction deps, we started
failing our daily audit CI check. Currently these deps are production
so they are available when we run pack, but they don't need to be
audited since they are never present in our published tarball.

This change runs audit on the root CLI and all workspaces within the
workspaces/ directory, which are the only production workspaces.

After #5309 moved docs dependencies to proudction deps, we started
failing our daily audit CI check. Currently these deps are production
so they are available when we run `pack`, but they don't need to be
audited since they are never present in our published tarball.

This change runs `audit` on the root CLI and all workspaces within the
`workspaces/` directory, which are the only production workspaces.
@lukekarrys lukekarrys requested a review from a team as a code owner October 13, 2022 14:59
@fritzy fritzy merged commit 9d7a6ff into latest Oct 13, 2022
@fritzy fritzy deleted the lk/audit-workspaces branch October 13, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants