feat: Add catalog workflow support, flow modifier, and security fixes#3
Open
fernandowiek wants to merge 14 commits intoPalomoLH:mainfrom
Open
feat: Add catalog workflow support, flow modifier, and security fixes#3fernandowiek wants to merge 14 commits intoPalomoLH:mainfrom
fernandowiek wants to merge 14 commits intoPalomoLH:mainfrom
Conversation
added 14 commits
March 3, 2026 11:39
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.
Overview
This PR extends
snsyncwith catalog workflow push support, a new flow modification tool, a catalog-to-script mapping validator, Update Set targeting via CLI flag, and dependency security patches.What's Changed
✨ New Features
Catalog Workflow Push (
--push)--pushnow detects catalog item folder structures (catalog_item/,variables/,client_scripts/) and pushes all related records in the correct order: catalog item → variables → client scripts.Update Set Targeting (
--update-set)--update-set <update_set_name>CLI flag to associate any push operation with a specific ServiceNow Update Set.updateSetSysIdvalue defined insn-config.jsonat runtime, allowing flexible targeting without editing config files.X-UpdateSetrequest header on all REST API calls during a push, including flow pushes.Flow Modifier (
_tool/flow-modifier.js)--modify-flow— Pull and modify a flow (list, get, skip-approval, approval, modify operations)--validate-flow— Validate a locally saved flow file before pushing--push-flow— Push a modified flow back to ServiceNowCatalog Mapping Validator (
--validate-catalog-mapping)🔒 Security Fixes
axiosto^1.13.6(was^1.7.4) — fixes CVEoverrides.qs: ^6.15.0— fixes CVE in transitive dependencynpm auditclean: 0 vulnerabilities🛠 Improvements
_tool/templates/sn-config.jsonwith additional table mappings.launch.jsonfor easier debugging.README.md,AI_GUIDE.md,copilot-instructions.md, and added_tool/Docs/flow-modifier-usage.md.