Skip to content

Commit bcf91ff

Browse files
authored
Merge pull request #161 from smlx/attestv2
fix: avoid internal goreleaser cosign
2 parents 0a4f2bc + 530c9f1 commit bcf91ff

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38-
- uses: docker://rhysd/actionlint:latest@sha256:2eb91a78b5a19140be099c7b4262d298c2567f2a9f27e10ed2a4323c5bcface8
38+
- uses: docker://rhysd/actionlint:1.7.0@sha256:601d6faeefa07683a4a79f756f430a1850b34d575d734b1d1324692202bf312e
3939
with:
4040
args: -color

.goreleaser.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ builds:
2222
changelog:
2323
use: github-native
2424

25-
signs:
26-
- cmd: cosign
27-
signature: "${artifact}.sig"
28-
certificate: "${artifact}.pem"
29-
args:
30-
- "sign-blob"
31-
- "--output-signature=${signature}"
32-
- "--output-certificate=${certificate}"
33-
- "${artifact}"
34-
- "--yes"
35-
artifacts: checksum
36-
3725
dockers:
3826
- ids:
3927
- go-cli-github
@@ -63,14 +51,6 @@ docker_manifests:
6351
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-amd64"
6452
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-arm64v8"
6553

66-
docker_signs:
67-
- args:
68-
- "sign"
69-
- "${artifact}@${digest}"
70-
- "--yes"
71-
artifacts: all
72-
output: true
73-
7454
release:
7555
extra_files:
7656
- glob: "{{ .Env.GITHUB_SBOM_PATH }}"

0 commit comments

Comments
 (0)