Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
r0075h3ll committed Sep 14, 2024
1 parent 40acc58 commit d6cb45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/dependency-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Based on requirements, `includeConfigs` and `skipConfigs` properties in `cyclone
Now, to generate sbom artifacts, do a clean build of the project using its respective build tool:
`gradle cleanBuild -b build.gradle :cyclonedxBom`

![sample gradle build](docs/static/img/sample-gradle-build.png)
![sample gradle build](../../static/img/sample-gradle-build.png)

After a successful build, all the artifacts shall be stored in `build/reports` path, present in the project root.

Expand All @@ -54,4 +54,4 @@ vet scan --lockfiles build/reports/bom.json --lockfile-as bom-cyclonedx --report
vet scan --lockfiles build/reports/bom.json --lockfile-as bom-spdx --report-markdown=report.md
```

![vet cyclonedx scan demo](docs/static/img/vet-cyclonedx-scan-demo.png)
![vet cyclonedx scan demo](../../static/img/vet-cyclonedx-scan-demo.png)

0 comments on commit d6cb45b

Please sign in to comment.