Skip to content

Commit

Permalink
minor offline doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Matheson committed Apr 5, 2022
1 parent da3286b commit 3a3c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Finished updating Tenable.sc with the latest available data from CISA.
4. Run the docker command as above, substituting '~/Downloads/known_exploited_vulnerabilities.json' in the command below to the local path of the file downloaded in step 1.

```
docker run --rm --env-file labbox.env -v ~/Downloads/known_exploited_vulnerabilities.json:/home/vulnfeed/known_exploited_vulnerabilities.json tecnobabble/cisa-kev_2_tsc:latest --feed cisa-kev --dashboard
docker run --rm --env-file .env -v ~/Downloads/known_exploited_vulnerabilities.json:/home/vulnfeed/known_exploited_vulnerabilities.json tecnobabble/cisa-kev_2_tsc:latest --feed cisa-kev
```

### Suggested operations
Expand Down

0 comments on commit 3a3c471

Please sign in to comment.