Skip to content

Commit

Permalink
Merge pull request #15 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* add cyclondx
  • Loading branch information
JGottschick authored May 3, 2024
2 parents be9efe7 + d96c79c commit 22c5767
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/a-h/templ/cmd/templ@latest
go install github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- name: Templ
run: templ generate web/pages/*.templ
Expand Down
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ changelog:
- '^test:'

sboms:
- artifacts: any
- documents:
- "{{ .ProjectName }}.cdx.sbom"
artifacts: source
cmd: cyclonedx-gomod
args: ["app", "-json", "-output", "$document", "$artifact"]
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6

0 comments on commit 22c5767

Please sign in to comment.