2022-01-21 23:22:22 +00:00
|
|
|
builds:
|
2022-04-03 20:05:46 +00:00
|
|
|
- binary: trufflehog
|
|
|
|
ldflags:
|
|
|
|
- -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}'
|
|
|
|
env: [CGO_ENABLED=0]
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
2022-01-21 23:22:22 +00:00
|
|
|
dockers:
|
2022-04-03 20:52:12 +00:00
|
|
|
- image_templates: ["trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64"]
|
|
|
|
dockerfile: Dockerfile.goreleaser
|
|
|
|
use: buildx
|
|
|
|
build_flag_templates:
|
|
|
|
- --platform=linux/amd64
|
|
|
|
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.description={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.version={{ .Version }}
|
|
|
|
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
|
|
|
- --label=org.opencontainers.image.licenses=AGPL-3.0
|
|
|
|
- image_templates: ["trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8"]
|
|
|
|
goarch: arm64
|
|
|
|
dockerfile: Dockerfile.goreleaser
|
|
|
|
use: buildx
|
|
|
|
build_flag_templates:
|
|
|
|
- --platform=linux/arm64/v8
|
|
|
|
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.description={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.version={{ .Version }}
|
|
|
|
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
|
|
|
- --label=org.opencontainers.image.licenses=AGPL-3.0
|
2022-04-03 20:05:46 +00:00
|
|
|
- image_templates: ["ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64"]
|
|
|
|
dockerfile: Dockerfile.goreleaser
|
|
|
|
use: buildx
|
|
|
|
build_flag_templates:
|
|
|
|
- --platform=linux/amd64
|
|
|
|
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.description={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.version={{ .Version }}
|
|
|
|
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
|
|
|
- --label=org.opencontainers.image.licenses=AGPL-3.0
|
|
|
|
- image_templates: ["ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8"]
|
|
|
|
goarch: arm64
|
|
|
|
dockerfile: Dockerfile.goreleaser
|
|
|
|
use: buildx
|
|
|
|
build_flag_templates:
|
|
|
|
- --platform=linux/arm64/v8
|
|
|
|
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.description={{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
|
|
|
|
- --label=org.opencontainers.image.version={{ .Version }}
|
|
|
|
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
|
|
|
- --label=org.opencontainers.image.licenses=AGPL-3.0
|
2022-01-21 23:22:22 +00:00
|
|
|
docker_manifests:
|
2022-04-03 20:52:12 +00:00
|
|
|
- name_template: trufflesecurity/{{ .ProjectName }}:{{ .Version }}
|
|
|
|
image_templates:
|
|
|
|
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
|
|
|
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
2022-04-03 22:17:18 +00:00
|
|
|
- name_template: trufflesecurity/{{ .ProjectName }}:latest
|
2022-04-03 20:52:12 +00:00
|
|
|
image_templates:
|
2022-04-03 21:17:22 +00:00
|
|
|
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
|
|
|
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
2022-04-03 20:05:46 +00:00
|
|
|
- name_template: ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}
|
|
|
|
image_templates:
|
|
|
|
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
|
|
|
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
|
|
|
- name_template: ghcr.io/trufflesecurity/{{ .ProjectName }}:latest
|
|
|
|
image_templates:
|
|
|
|
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
|
|
|
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
2022-04-15 20:43:40 +00:00
|
|
|
brews:
|
|
|
|
- tap:
|
|
|
|
owner: trufflesecurity
|
|
|
|
name: homebrew-trufflehog
|
|
|
|
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
|
|
|
description: "Find credentials all over the place"
|
|
|
|
name: "trufflehog"
|
|
|
|
homepage: "https://github.com/trufflesecurity/trufflehog"
|
|
|
|
install: |
|
|
|
|
bin.install "trufflehog"
|