1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

add signing with cosign to the binaries and images (#410)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2022-03-23 10:14:00 +01:00
committed by GitHub
parent a66bd3363c
commit e14c2b21b6
7 changed files with 63 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ main() {
fi
if [[ -z "$release" ]]; then
goreleaser_args+=(--snapshot)
goreleaser_args+=(--snapshot --skip-sign)
fi
pushd "$SCRIPT_DIR" > /dev/null