Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Improved artifacts produced section
Browse files Browse the repository at this point in the history
Signed-off-by: prabhu <prabhu@appthreat.com>
  • Loading branch information
prabhu authored Jul 2, 2023
1 parent a349ee0 commit e786b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ cpggen -i ~/work/sandbox/crAPI -o ~/work/sandbox/crAPI/cpg_out --vectors

Upon successful completion, cpggen would produce the following artifacts in the directory specified under `out_dir`

- {name}-{lang}.⚛ - Atom representation for the given language. Requires the use of atomgen container image or the cli argument `--use-atom`
- {name}-{lang}.cpg.bin - Code Property Graph for the given language type
- {name}-{lang}.bom.xml - SBoM in CycloneDX XML format
- {name}-{lang}.bom.json - SBoM in CycloneDX json format
- {name}-{lang}.bom.json - SBoM in CycloneDX json format. Requires the environment variable `ENABLE_SBOM` to be set to `true`
- {name}-{lang}.manifest.json - A json file listing the generated artifacts and the invocation commands

## Server mode
Expand Down

0 comments on commit e786b92

Please sign in to comment.