Skip to content

Commit

Permalink
Merge pull request #535 from nttcom/bugfix/fix-scripts-readme
Browse files Browse the repository at this point in the history
describe how to use vulnrichment in readme
  • Loading branch information
mshim03 authored Dec 17, 2024
2 parents 1b117d2 + 21c118a commit bb1db36
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,28 @@ python3 trivydb2tc.py -d ~/.cache/trivy/db/trivy.db --force-update "http://local

```

# :bulb: Topic Update from Vulnrichment

Purpose: To update topics from Vulnrichment to regist exploitation and automatable in topic.

## :triangular_flag_on_post: Usage

Run the following commands to clone vulnrichment

```bash
git clone https://github.com/cisagov/vulnrichment

```

Run the following commands to update topics from vulnrichment:

```bash
export THREATCONNECTOME_REFRESHTOKEN="XXXXXXXXX"
# For local development environment
python3 vulnrichment2tc.py -v vulnrichment

```

# :bulb: Read and parse CycloneDX v1.5 files

Purpose: To parse CycloneDX v1.5 files (Trivy, Syft) and output JSON for Threatconnectome registration.
Expand Down

0 comments on commit bb1db36

Please sign in to comment.