Skip to content

Commit a442217

Browse files
committed
chore(provenance): drop publish-without-sfw + bump socket-registry to d638c11f
Upstream socket-registry removed the publish-without-sfw escape hatch (the shim disable/restore dance is no longer needed post-bypass).
1 parent 3f2f272 commit a442217

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ on:
1616
options:
1717
- '0'
1818
- '1'
19-
publish-without-sfw:
20-
description: 'Publish directly to npm, bypassing Socket firewall shims'
21-
required: false
22-
default: false
23-
type: boolean
2419

2520
permissions: {}
2621

@@ -30,13 +25,12 @@ jobs:
3025
permissions:
3126
contents: write # To create GitHub releases
3227
id-token: write # For npm trusted publishing via OIDC
33-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
28+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d638c11f4bc7ac637e0f61f05729a54d68af40e0 # main
3429
with:
3530
debug: ${{ inputs.debug }}
3631
dist-tag: ${{ inputs.dist-tag }}
3732
package-name: '@socketsecurity/sdk'
3833
publish-script: 'publish:ci'
39-
publish-without-sfw: ${{ inputs.publish-without-sfw }}
4034
setup-script: 'ci:validate'
4135
use-trusted-publishing: true
4236
secrets:

0 commit comments

Comments
 (0)