Skip to content

Commit 4e56d28

Browse files
committed
fix(ci): update sfw ecosystem doc links to canonical sources
1 parent 4a38ca2 commit 4e56d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ runs:
123123
# JavaScript/TypeScript: npm, yarn, pnpm
124124
# Python: pip, uv
125125
# Rust: cargo
126+
# https://github.com/SocketDev/sfw-free?tab=readme-ov-file#supported-package-managers
126127
#
127128
# Additional wrapper mode ecosystems (sfw-enterprise):
128129
# Ruby: gem, bundler
@@ -143,7 +144,6 @@ runs:
143144
}
144145
strip_shim_dir() { echo "$PATH" | tr ':' '\n' | grep -vxF "$SHIM_DIR" | paste -sd: -; }
145146
CLEAN_PATH="$(strip_shim_dir)"
146-
# https://docs.socket.dev/docs/socket-firewall-free#what-ecosystems-and-package-managers-are-supported
147147
SSL_WORKAROUND=""
148148
SHIM_CMDS="npm yarn pnpm pip uv cargo"
149149
if [ "$SFW_IS_ENTERPRISE" = "true" ]; then

0 commit comments

Comments
 (0)