Commit Graph

5 Commits

Author SHA1 Message Date
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