We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a38ca2 commit 4e56d28Copy full SHA for 4e56d28
.github/actions/setup/action.yml
@@ -123,6 +123,7 @@ runs:
123
# JavaScript/TypeScript: npm, yarn, pnpm
124
# Python: pip, uv
125
# Rust: cargo
126
+ # https://github.com/SocketDev/sfw-free?tab=readme-ov-file#supported-package-managers
127
#
128
# Additional wrapper mode ecosystems (sfw-enterprise):
129
# Ruby: gem, bundler
@@ -143,7 +144,6 @@ runs:
143
144
}
145
strip_shim_dir() { echo "$PATH" | tr ':' '\n' | grep -vxF "$SHIM_DIR" | paste -sd: -; }
146
CLEAN_PATH="$(strip_shim_dir)"
- # https://docs.socket.dev/docs/socket-firewall-free#what-ecosystems-and-package-managers-are-supported
147
SSL_WORKAROUND=""
148
SHIM_CMDS="npm yarn pnpm pip uv cargo"
149
if [ "$SFW_IS_ENTERPRISE" = "true" ]; then
0 commit comments