Skip to content

Commit 3fdc633

Browse files
authored
Add golang to supported firewall ecosystems (#1572)
1 parent 80bd579 commit 3fdc633

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cli/src/app.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,9 @@ pub fn add_subcommands(command: Command) -> Command {
624624
.long("package-type")
625625
.value_name("PACKAGE_TYPE")
626626
.help("Only show logs matching this package type")
627-
.value_parser(["npm", "gem", "pypi", "maven", "nuget", "cargo"]),
627+
.value_parser([
628+
"npm", "gem", "pypi", "maven", "nuget", "golang", "cargo",
629+
]),
628630
Arg::new("purl")
629631
.long("purl")
630632
.value_name("PURL")

docs/commands/phylum_firewall_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage: phylum firewall log [OPTIONS] <GROUP_NAME>
1818

1919
`--package-type` `<PACKAGE_TYPE>`
2020
&emsp; Only show logs matching this package type
21-
&emsp; Accepted values: `npm`, `gem`, `pypi`, `maven`, `nuget`, `cargo`
21+
&emsp; Accepted values: `npm`, `gem`, `pypi`, `maven`, `nuget`, `golang`, `cargo`
2222

2323
`--purl` `<PURL>`
2424
&emsp; Only show logs matching this PURL

0 commit comments

Comments
 (0)