Skip to content

Commit 192996e

Browse files
author
Gabriel Francisco Mandaji
committed
README: Describe go support
1 parent d7b5592 commit 192996e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ $ scfw configure
5858

5959
### Compatibility and limitations
6060

61-
| Package manager | Compatible versions | Inspected subcommands |
62-
| :---------------: | :-------------------: | :--------------------------------: |
63-
| npm | >= 7.0 | `install` (including aliases) |
64-
| pip | >= 22.2 | `install` |
65-
| poetry | >= 1.7 | `add`, `install`, `sync`, `update` |
61+
| Package manager | Compatible versions | Inspected subcommands |
62+
| :---------------: | :-------------------: | :-------------------------------------------------: |
63+
| npm | >= 7.0 | `install` (including aliases) |
64+
| pip | >= 22.2 | `install` |
65+
| poetry | >= 1.7 | `add`, `install`, `sync`, `update` |
66+
| go | >= 1.17.0 | `build`, `generate`, `get`, `install`, `mod`, `run` |
6667

6768
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.
6869

@@ -89,6 +90,7 @@ To use Supply-Chain Firewall to inspect a package manager command, simply prepen
8990
$ scfw run npm install react
9091
$ scfw run pip install -r requirements.txt
9192
$ scfw run poetry add git+https://github.com/DataDog/guarddog
93+
$ scfw run go mod download
9294
```
9395

9496
For `pip install` commands, packages will be installed in the same environment (virtual or global) in which the command was run.

0 commit comments

Comments
 (0)