You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In keeping with its goal of blocking 100% of known-malicious package installations, `scfw` will refuse to run with an incompatible version of a supported package manager. Please upgrade to or verify that you are running a compatible version before using this tool.
68
69
@@ -89,6 +90,7 @@ To use Supply-Chain Firewall to inspect a package manager command, simply prepen
89
90
$ scfw run npm install react
90
91
$ scfw run pip install -r requirements.txt
91
92
$ scfw run poetry add git+https://github.com/DataDog/guarddog
93
+
$ scfw run go mod download
92
94
```
93
95
94
96
For `pip install` commands, packages will be installed in the same environment (virtual or global) in which the command was run.
0 commit comments