Skip to content

Commit

Permalink
docs: fix -f switch in the examples (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Rollo <danrollo@gmail.com>
  • Loading branch information
sanzoghenzo and bhamail committed Dec 9, 2022
1 parent 10ec0e1 commit 80ac509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -131,8 +131,8 @@ cat /path/to/Pipfile.lock | python -m jake.app sbom -t PIPENV

Check out these examples specifying a manifest:
```
jake sbom -t PIP -i /path/to/requirements.txt
jake sbom -t PIPENV -i /path/to/Pipfile.lock
jake sbom -t PIP -f /path/to/requirements.txt
jake sbom -t PIPENV -f /path/to/Pipfile.lock
```

### Check for vulnerabilities using OSS Index
Expand Down Expand Up @@ -296,8 +296,8 @@ cat /path/to/Pipfile.lock | python -m jake.app ddt -t PIPENV

Check out these examples specifying a manifest:
```
jake ddt -t PIP -i /path/to/requirements.txt
jake ddt -t PIPENV -i /path/to/Pipfile.lock
jake ddt -t PIP -f /path/to/requirements.txt
jake ddt -t PIPENV -f /path/to/Pipfile.lock
```

A pre-commit hook is also available for use
Expand Down

0 comments on commit 80ac509

Please sign in to comment.