mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
docs: fix incorrect flag name in readme (#2677)
This commit is contained in:
parent
48e5672a87
commit
326ec57d4a
1 changed files with 2 additions and 2 deletions
|
@ -228,12 +228,12 @@ syft <a directory> --select-catalogers "python"
|
|||
|
||||
Use the default set of catalogers and add a cataloger to the set:
|
||||
```bash
|
||||
syft ... --catalogers "+sbom-cataloger"
|
||||
syft ... --select-catalogers "+sbom-cataloger"
|
||||
```
|
||||
|
||||
Use the default set of catalogers but remove any catalogers that deal with RPMs:
|
||||
```bash
|
||||
syft ... --catalogers "-rpm"
|
||||
syft ... --select-catalogers "-rpm"
|
||||
```
|
||||
|
||||
Only scan with catalogers that:
|
||||
|
|
Loading…
Reference in a new issue