4 Commits

Author SHA1 Message Date
ea8716a6a4 Merge pull request 'chore(deps): update dependency golangci/golangci-lint to v2.9.0' (#129) from renovate/golangci-golangci-lint-2.x into master
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 43s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 23s
2026-02-11 02:13:18 +00:00
953aa81475 chore(deps): update dependency golangci/golangci-lint to v2.9.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 45s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 23s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 22s
2026-02-11 02:06:31 +00:00
f5afac735d fix(ci): remove obsolete cosign installer
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 18s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 59s
2026-02-07 21:54:24 +01:00
fa8d0b9176 chore(deps): use sigstore/cosign v2.6.2
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
Release / Release application (push) Successful in 1m41s
Release / Upload Images to docker.io (push) Successful in 1m29s
2026-02-03 21:00:58 +01:00
4 changed files with 7 additions and 10 deletions

View File

@@ -11,12 +11,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- uses: sigstore/cosign-installer@v4.0.0
with:
cosign-release: "v3.0.4" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v3.7.0
with: with:
registry: git.cryptic.systems registry: ${{ github.server_url }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v3.7.0
@@ -38,6 +35,7 @@ jobs:
echo "${COSIGN_PUBLIC_KEY}" > cosign.pub echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
oras push git.cryptic.systems/volker.raschek/dcmerge:cosign.pub \ oras push git.cryptic.systems/volker.raschek/dcmerge:cosign.pub \
--artifact-type application/vnd.dev.cosign.public-key.v1 \ --artifact-type application/vnd.dev.cosign.public-key.v1 \
--annotation org.opencontainers.image.title=cosign.pub \
cosign.pub:application/vnd.dev.cosign.public-key.v1 cosign.pub:application/vnd.dev.cosign.public-key.v1
- name: Push artifacthub-repo.yml to docker.io - name: Push artifacthub-repo.yml to docker.io

View File

@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.2.0 - uses: golangci/golangci-lint-action@v9.2.0
with: with:
version: v2.8.0 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.9.0 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -33,7 +33,7 @@ jobs:
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
- uses: sigstore/cosign-installer@v4.0.0 - uses: sigstore/cosign-installer@v4.0.0
with: with:
cosign-release: "v3.0.4" # renovate: datasource=github-tags depName=sigstore/cosign cosign-release: "v2.6.2" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0 - uses: docker/setup-buildx-action@v3.12.0
- uses: actions/setup-go@v6.2.0 - uses: actions/setup-go@v6.2.0
@@ -72,6 +72,6 @@ jobs:
--dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \ --dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \
--dest-username ${{ secrets.DOCKER_IO_USERNAME }} \ --dest-username ${{ secrets.DOCKER_IO_USERNAME }} \
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \ --src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
--src-username volker.raschek \ --src-username ${{ github.repository_owner }} \
docker://git.cryptic.systems/volker.raschek/dcmerge:${TAG} \ docker://git.cryptic.systems/volker.raschek/dcmerge:${TAG} \
docker://docker.io/volkerraschek/dcmerge:${TAG} docker://docker.io/volkerraschek/dcmerge:${TAG}

View File

@@ -334,7 +334,6 @@ docker_signs:
- "sign" - "sign"
- "--key=env://COSIGN_PRIVATE_KEY" - "--key=env://COSIGN_PRIVATE_KEY"
- "--yes" - "--yes"
- "--registry-referrers-mode=legacy"
- "${artifact}@${digest}" - "${artifact}@${digest}"
# Which artifacts to sign. # Which artifacts to sign.
@@ -346,7 +345,7 @@ docker_signs:
# '': images built by dockers_v2 # '': images built by dockers_v2
# #
# Default: ''. # Default: ''.
artifacts: all artifacts: manifests
# IDs of the artifacts to sign. # IDs of the artifacts to sign.
ids: ids: