Skip to content

Commit

Permalink
docs: update supported languages and package managers
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Nov 6, 2023
1 parent 0208b74 commit 1b16974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Most SBOM tools are like barcode scanners. They can scan a few package manifest
| Gradle Cache | $HOME/caches/modules-2/files-2.1/\*\*/\*.jar | N/A | |
| Helm Index | $HOME/.cache/helm/repository/\*\*/\*.yaml | N/A | |
| Docker compose | docker-compose\*.yml. Images would also be scanned. | N/A | |
| Dockerfile | `*Dockerfile*`. Images would also be scanned. | N/A | |
| Containerfile | `*Containerfile*`. Images would also be scanned. | N/A | |
| Google CloudBuild configuration | cloudbuild.yaml | N/A | |
| OpenAPI | openapi\*.json, openapi\*.yaml | N/A | |

Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ cdxgen -t java -o bom.json --server-url https://deptrack.server.com --api-key "t
| Gradle Cache | $HOME/caches/modules-2/files-2.1/\*\*/\*.jar | N/A | |
| Helm Index | $HOME/.cache/helm/repository/\*\*/\*.yaml | N/A | |
| Docker compose | docker-compose\*.yml. Images would also be scanned. | N/A | |
| Dockerfile | `*Dockerfile*`. Images would also be scanned. | N/A | |
| Containerfile | `*Containerfile*`. Images would also be scanned. | N/A | |
| Google CloudBuild configuration | cloudbuild.yaml | N/A | |
| OpenAPI | openapi\*.json, openapi\*.yaml | N/A | |

Expand Down

0 comments on commit 1b16974

Please sign in to comment.