Commit Graph

12 Commits

Author SHA1 Message Date
Tim Ramlot
11ce045d31
upgrade repository-base Makefile module and disable dependabot
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-23 09:09:50 +02:00
Tim Ramlot
eb3b832f7a
add go makefile module
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-22 15:56:30 +02:00
Tim Ramlot
78d44286fb
run 'make generate'
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-19 18:24:54 +02:00
dependabot[bot]
487c79e9b3
Bump the all group with 3 updates
Bumps the all group with 3 updates: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `ossf/scorecard-action` from 2.0.6 to 2.3.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](99c53751e0...0864cf1902)

Updates `actions/upload-artifact` from 3.0.0 to 4.3.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6673cd052c...5d5d22a312)

Updates `github/codeql-action` from 1.0.26 to 3.25.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5f53256358...df5a14dc28)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 16:18:58 +00:00
Tim Ramlot
01b298a580
move to Makefile modules
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-10 18:53:40 +02:00
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