Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Apr 30, 2024
1 parent 99fc519 commit 5ce0fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -it ghcr.io/appthreat/cdxgen-dotn
If the project requires legacy frameworks such as .Net Framework 4.6/4.7, then a Windows operating system or container is required to generate the SBOM correctly. A workaround is to commit the project.assets.json and the lock files to the repository from Windows and run cdxgen from Linux as normal.
For legacy Java projects, use the unofficial image `ghcr.io/appthreat/cdxgen-java:v10`.
For legacy Java projects, use the unofficial image `ghcr.io/appthreat/cdxgen-java:v10` (Java 11) or `ghcr.io/appthreat/cdxgen-java17:v10` (Java 17).
## Nydus - next-generation container image
Expand Down

0 comments on commit 5ce0fb6

Please sign in to comment.