File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - node/install :
5353 node-version : 22.14.0
5454
55+ - run :
56+ name : Verify Socket Firewall registry is active
57+ command : |
58+ REGISTRY=$(npm config get registry)
59+ echo "npm registry: $REGISTRY"
60+ echo "$REGISTRY" | grep -q socket-firewall-registry || { echo "FAIL: npm not routed through Socket Firewall"; exit 1; }
5561 - run :
5662 name : Install dependencies
5763 command : |
@@ -208,6 +214,12 @@ jobs:
208214 executor : default
209215 steps :
210216 - checkout
217+ - run :
218+ name : Verify Socket Firewall registry is active
219+ command : |
220+ REGISTRY=$(npm config get registry)
221+ echo "npm registry: $REGISTRY"
222+ echo "$REGISTRY" | grep -q socket-firewall-registry || { echo "FAIL: npm not routed through Socket Firewall"; exit 1; }
211223 - run :
212224 name : Add npm registry auth key
213225 command : |
Original file line number Diff line number Diff line change 1+ registry = https://socket-firewall-registry.corporate.intercom.io/npm
2+ //socket-firewall-registry.corporate.intercom.io/npm/:_authToken = " BYUi5HGeKW4GPN1z6PXqjeo3IVmLJ9uFA8TQFzoP2VbRt3h0J9AMaqz9A"
3+ strict-ssl = true
4+ always-auth = true
You can’t perform that action at this time.
0 commit comments