Projects STRLCPY grype Commits 2930a187
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 539 lines
    540 540   
    541 541  ## Configuration
    542 542   
    543  -Configuration search paths:
     543 +Default configuration search paths:
    544 544   
    545 545  - `.grype.yaml`
    546 546  - `.grype/config.yaml`
    547 547  - `~/.grype.yaml`
    548 548  - `<XDG_CONFIG_HOME>/grype/config.yaml`
     549 + 
     550 +You can also use the `--config` / `-c` flag to provide your own configuration file/path:
     551 + 
     552 +```
     553 +grype <image> -c /path/to/config.yaml
     554 +```
    549 555   
    550 556  Configuration options (example values are the default):
    551 557   
    skipped 154 lines
Please wait...
Page is in error, reload to recover