Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix: decryptor funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Jan 24, 2024
1 parent b2da5ab commit c406ab4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 8 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- linux
- darwin
flags:
- -trimpath
mod_timestamp: '{{ .CommitTimestamp }}'
Expand Down Expand Up @@ -167,17 +165,20 @@ changelog:
sboms:
- artifacts: archive
signs:
- cmd: cosign
stdin: '{{ .Env.COSIGN_PWD }}'
args: ["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"]
artifacts: checksum
- cmd: cosign
args:
- "sign-blob"
- "--output-signature=${signature}"
- "${artifact}"
- "--yes"
artifacts: all
docker_signs:
- cmd: cosign
artifacts: manifests
output: true
stdin: '{{ .Env.COSIGN_PWD }}'
args:
- 'sign'
- "--output-signature=${signature}"
- '${artifact}@${digest}'
- --yes
#brews:
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/buttahtoast/subst

go 1.19

replace github.com/buttahtoast/pkg/decryptors => /Users/pariah/Projects/pkg/decryptors

require (
github.com/BurntSushi/toml v1.2.1
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit c406ab4

Please sign in to comment.