Skip to content

Commit

Permalink
Merge pull request #12 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* install syft
  • Loading branch information
JGottschick authored May 3, 2024
2 parents 327d90a + 6f0eb9b commit 616866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/a-h/templ/cmd/templ@latest
sudo apt-get install -y upx
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
- uses: goreleaser/goreleaser-action@v5
Expand Down
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit 616866c

Please sign in to comment.