-
-
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.
deps: update module github.com/anchore/syft to v0.89.0 (#474)
* deps: update module github.com/anchore/syft to v0.89.0 * fix: small fixes Signed-off-by: Christian Kotzbauer <[email protected]> * feat: use Go 1.21.1 * cleanup: update syft Signed-off-by: Christian Kotzbauer <[email protected]> * cleanup: update go Signed-off-by: Christian Kotzbauer <[email protected]> * build: update golangci-lint Signed-off-by: Christian Kotzbauer <[email protected]> --------- Signed-off-by: Christian Kotzbauer <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Kotzbauer <[email protected]>
- Loading branch information
1 parent
5bd701d
commit ba957e7
Showing
7 changed files
with
146 additions
and
164 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | ||
with: | ||
install-go: true | ||
go-version: "1.20.3" | ||
go-version: "1.21.1" | ||
lint-commands: | | ||
make bootstrap-tools | ||
make lintsec | ||
|
@@ -20,7 +20,7 @@ jobs: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | ||
with: | ||
install-go: true | ||
go-version: "1.20.3" | ||
go-version: "1.21.1" | ||
lint-commands: | | ||
make bootstrap-tools | ||
make lint |
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.20.3 | ||
go-version: 1.21.1 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | ||
with: | ||
install-go: true | ||
go-version: "1.20.3" | ||
go-version: "1.21.1" | ||
install-goreleaser: true | ||
install-cosign: true | ||
install-syft: true | ||
|
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.20.3' | ||
go-version: '1.21.1' | ||
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
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
Oops, something went wrong.