Skip to content

Commit

Permalink
Merge pull request #18 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* update SBOM
  • Loading branch information
JGottschick authored May 3, 2024
2 parents 6329d8a + 60778f3 commit 08602f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
go install github.com/a-h/templ/cmd/templ@latest
- name: Templ
run: templ generate web/pages/*.templ
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v2
with:
version: v1
args: mod -licenses -json -output bom.json
- uses: goreleaser/goreleaser-action@v5
with:
version: v1.24.0
args: release --clean
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v2
with:
version: v1
args: mod -licenses -json -output bom.json
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8
0.2.9

0 comments on commit 08602f1

Please sign in to comment.