Commit Graph

7 Commits

Author SHA1 Message Date
Tim Ramlot
1ac2c17361
remove all versionchecker makefile logic
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-29 11:50:09 +01:00
Richard Wall
70cf0d200b Add the golangci-lint GitHub action
Initially we enable only the gosec linter and only check G112
because that has been addressed in #6534.

Signed-off-by: Richard Wall <richard.wall@venafi.com>
2023-12-07 18:03:04 +00:00
Joyce Brum
41f31291eb
fix: update scorecard not running
Signed-off-by: Joyce Brum <joycebrumu.u@gmail.com>
2022-10-28 14:56:18 -03:00
Joyce
a60fc17d61
Add Scorecard Action yml
Enable the scorecard github action to run

Signed-off-by: Joyce <joycebrumu.u@gmail.com>
2022-09-16 18:13:27 -03:00
Ashley Davis
b2f7aa57ea
remove krew automation
github actions is pretty flawed in several ways, and it's missing
features which would make it usable for us.

we want to trigger our krew automation when a new stable release of our
latest supported cert-manager release is published. github has all this
information, but it's not easy to _use_ that information when triggering
a github action.

we also only want to trigger the action on the main repo and not on
forks.

if we end up having to write custom code to do this, we might as well
add that code into cmrel and not have to deal with the flaws in gh
actions.

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-08-24 11:24:52 +01:00
Ashley Davis
b069056e0a
update trigger for gh action, add arm64 darwin for krew
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-08-16 17:21:07 +01:00
Ashley Davis
43e83df619
add krew automation for releases
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-08-10 16:15:11 +01:00