fix(workflows): expand dependency-review license allow-list and add docusaurus build step#1168
Merged
WilliamBerryiii merged 2 commits intomainfrom Mar 23, 2026
Merged
Conversation
…ocusaurus build step - add WTFPL and LicenseRef-scancode-unicode to global allow-licenses - add dompurify and lunr-languages to per-package allow-dependencies-licenses - add build step to docusaurus-tests workflow - escape curly braces in sssc-planning docs for docusaurus compatibility Fixes #1167 🔧 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1168 +/- ##
==========================================
- Coverage 86.90% 86.89% -0.02%
==========================================
Files 59 59
Lines 8774 8774
==========================================
- Hits 7625 7624 -1
- Misses 1149 1150 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
🔧 - Generated by Copilot
Contributor
Dependency Review SummaryThe full dependency review summary was too large to display here (6195KB, limit is 1024KB). Please download the artifact named "dependency-review-summary" to view the complete report. |
auyidi1
approved these changes
Mar 21, 2026
katriendg
approved these changes
Mar 21, 2026
This was referenced Mar 23, 2026
WilliamBerryiii
pushed a commit
that referenced
this pull request
Mar 23, 2026
🤖 I have created a release *beep* *boop* --- ## [3.2.1](hve-core-v3.2.0...hve-core-v3.2.1) (2026-03-23) ### 🐛 Bug Fixes * **workflows:** expand dependency-review license allow-list and add docusaurus build step ([#1168](#1168)) ([5458cab](5458cab)) * **workflows:** prevent zero-diff force-push, fix SBOM attestation, and consolidate security collection ([#1159](#1159)) ([0fbd111](0fbd111)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The dependency-review workflow blocked release-please PR #2256 (
chore(main): release hve-core 3.2.1) with five false-positive license violations from docusaurus transitive dependencies. This PR expands the license allow-list using a two-tier strategy and includes two additional fixes discovered during investigation.Changes
WTFPLandLicenseRef-scancode-unicodeto globalallow-licenses; addedpkg:npm/dompurifyandpkg:npm/lunr-languagesto per-packageallow-dependencies-licensesBuild sitestep (npm run build) after the test step to catch build failures in CIRelated Issue(s)
Fixes #1167
Type of Change
Code & Documentation:
Infrastructure & Configuration:
Other:
.ps1,.sh,.py)Testing
Checklist
Required Checks
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:ps