-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Kotzbauer <[email protected]>
- Loading branch information
1 parent
4f10535
commit d214f87
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
release: | ||
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | ||
with: | ||
go-version: 1.18.4 | ||
go-version: 1.19.0 | ||
version: ${{ github.event.inputs.version }} | ||
docker-platforms: linux/amd64,linux/arm64 | ||
docker-tags: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | ||
with: | ||
install-go: true | ||
go-version: '1.18.4' | ||
go-version: '1.19.0' | ||
scan-commands: snyk monitor | ||
secrets: | ||
token: ${{ secrets.SNYK_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/ckotzbauer/sbom-operator | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/anchore/syft v0.53.0 | ||
|