gas is now gosec. Need to update security scan and fix security issue as needed. No functional change. Jira CNA-2022 Change-Id: I36f2a204114f3f13e2ed05579c04a9c89f528f9a
28 lines
534 B
Text
28 lines
534 B
Text
---
|
|
format: hypermake.v0
|
|
|
|
name: go-kcl
|
|
description: VMWare Go-KCL Amazon Kinesis Client Library in Go
|
|
|
|
targets:
|
|
rebuild-toolchain:
|
|
description: build toolchain image
|
|
watches:
|
|
- docker
|
|
build: docker
|
|
cache: false
|
|
tags:
|
|
- vmware/go-kcl-toolchain:latest
|
|
|
|
push-toolchain:
|
|
description: push toolchain image
|
|
after:
|
|
- rebuild-toolchain
|
|
push:
|
|
- vmware/go-kcl-toolchain:latest
|
|
|
|
settings:
|
|
default-targets:
|
|
- rebuild-toolchain
|
|
docker:
|
|
image: 'vmware/go-kcl-toolchain:0.1.0'
|