Skip to content

Commit

Permalink
Specifying format and config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andip1403 committed Oct 30, 2024
1 parent 453fc78 commit db29680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/createSBOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
uses: anchore/sbom-action@v0
with:
path: .
format: "cyclonedx-json"
config: ".syft/config.yml"
2 changes: 1 addition & 1 deletion .syft/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# The dependencies in the lockfile are considered runtime dependencies.
# The actual version is determined by the studio-client application.
exclude:
- "studio-client/**"
- "./studio-client/**"

0 comments on commit db29680

Please sign in to comment.