Commit Graph
4 Commits
Author SHA1 Message Date
Carlos Tadeu Panato Junior 2b8ee98d2d update boilerplate file to be KO Build Authors (#1056) 2023-06-09 10:48:00 -04:00
Carlos Tadeu Panato Junior deb13d71da refactor release job (#986)
* add tag name to the provenance

Signed-off-by: cpanato <ctadeu@gmail.com>

* refactor release job

Signed-off-by: cpanato <ctadeu@gmail.com>

---------

Signed-off-by: cpanato <ctadeu@gmail.com>
2023-03-17 09:37:59 -04:00
Jason Hall 8c7b9cbb8b Implement ko deps (#403)
* Implement ko deps

* actually add deps.go

* specify auth, useragent, platform

* stop reading tar if the context is cancelled

* chmod to the file's perms

* remove support for --platform, modules don't care about build tags

* fix copyright boilerplate

* drop fs dependency

* udpate module integration test to newer Go versions

* use entrypoint to identify the binary

* fix gosec finding, some style comments

* revert modules integration test change
2021-07-30 13:19:40 -04:00
Matt Moore b3645fa096 Add a handful of files to trigger more analyses. (#197)
`.codecov.yaml` - Enable codecov.io coverage reports
`.golangci.yaml` - Enable the enumerated checks in golangci-lint
`boilerplate.*.txt` - Enable file header boilerplate checks for these extensions
2020-09-24 20:15:21 -07:00