Commit Graph

40 Commits

Author SHA1 Message Date
cn 95acdcbc70 gem: support Ruby 3.3 2024-01-18 23:14:41 +01:00
renovate[bot] 20d359f328 ci: update docker/login-action action to v3 2023-09-14 09:00:13 +02:00
renovate[bot] 4cf6591f38 ci: update docker/setup-buildx-action action to v3 2023-09-14 08:59:46 +02:00
renovate[bot] 5a9244694a ci: update docker/build-push-action action to v5 2023-09-14 08:57:41 +02:00
renovate[bot] 2d4b94c129 ci: update actions/checkout action to v4 2023-09-07 08:52:15 +02:00
Christian Nicolai e45902f5cf
ci: don't fail fast to see compatibility 2023-06-08 20:16:14 +02:00
Christian Nicolai 90ae7543d7 gem: drop support for Rubies < 3 2023-06-08 09:47:40 +02:00
Christian Nicolai 37413bcd3b ci: use new Trivy args 2023-06-08 09:41:53 +02:00
renovate[bot] 6463999ab4 ci: update docker/build-push-action action to v4 2023-04-19 13:20:10 +02:00
cn f648c28f18 gem: support Ruby 3.2 2023-01-09 21:27:43 +01:00
Renovate Bot 4a7eba5ad6 ci: update docker/build-push-action action to v3 2022-05-12 09:40:28 +02:00
Renovate Bot 52bb8ee9d2 ci: update docker/setup-buildx-action action to v2 2022-05-12 09:40:07 +02:00
Renovate Bot eb1d88807b ci: update docker/login-action action to v2 2022-05-12 09:39:47 +02:00
cn 4237d35fcc gem: drop support for Rubies < 2.7 2022-05-08 16:36:20 +02:00
Renovate Bot 3b34e00fc3 project: update actions/checkout action to v3 2022-03-03 17:31:17 +01:00
cn dbc61d72fb ci: use actionlint on GHA workflows
- https://github.com/rhysd/actionlint is cool
2022-02-16 00:05:40 +01:00
cn 2838ad9eae ci: use JSON schema for GHA workflows 2022-02-11 01:29:46 +01:00
Christian Nicolai 84e513b4a2 ci: trivy 0.23.0 deprecated the light DB 2022-02-03 09:03:08 +01:00
Christian Nicolai 4df5b8fa63 gem: add Ruby 3.1 support 2022-01-07 09:28:12 +01:00
cn e622ab292a ci: use rake to build Docker image 2021-12-11 22:14:25 +01:00
cn 6aa8c10ae0 ci: wait for dyndnsd gem to be available on rubygems.org before Docker build 2021-04-16 22:53:11 +02:00
cn 6afed2049a ci: use locally built gem file for testing Docker image build 2021-04-16 22:27:11 +02:00
cn 7c77b7304a ci: give Rubygems time to process new push before building Docker image 2021-04-15 09:28:08 +02:00
cn 53af02398d ci: test building Docker image on push 2021-04-02 10:59:54 +02:00
cn c675a347d1 ci: update to docker/build-push-action@v2 2021-02-20 10:02:23 +01:00
cn c2ed69da6d ci: use bundler cache to save resources
- see https://github.com/ruby/setup-ruby#caching-bundle-install-automatically
2020-12-26 15:19:20 +01:00
cn 23c09f722c gem: add Ruby 3.0 support 2020-12-25 16:45:51 +01:00
cn 2a7ea2bb8f ci: use Github environment files (fix part 2)
- fixing vulnerability via https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
2020-12-20 22:15:39 +01:00
Christian Nicolai 268e18f2e5 ci: allow manually triggering CI run on GHA 2020-12-04 09:07:09 +01:00
cn e8e9e0cb71 ci: use GHA ruby/setup-ruby instead of broken actions/setup-ruby
- actions/setup-ruby does not work on new GHA runners Ubuntu 20.04 (missing bundler in 2.5) as per https://github.com/actions/setup-ruby/issues/70
- might be deprecated as per https://github.com/actions/setup-ruby/issues/80
- https://github.com/ruby/setup-ruby is recommended is superior
2020-12-04 09:04:23 +01:00
cn dc325d686e ci: use Github Actions in parallel to Travis CI
- this adds a new workflow for Github Actions that mirrors what the existing Travis CI workflow tests
- Travis CI might become unfriendly to opensource soonish so migration might be necessary
2020-11-25 09:39:55 +01:00
cn ff136f7b16 ci: add periodic pulling of all Docker image tags to avoid staleness 2020-11-19 11:05:26 +01:00
cn d1c1a98e47 ci: use Github environment files
- fixing vulnerability via https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
2020-10-08 12:32:44 +02:00
Christian Nicolai d62bf71820 ci: ignore false-positive 3rd party lockfiles for trivy 2020-10-08 12:29:35 +02:00
Christian Nicolai 6ed0799f49
ci: improve ignore of false-positives on 3rd party lockfiles
- amends 5b332d8f57
2020-08-30 11:41:23 +02:00
Christian Nicolai 5b332d8f57
ci: ignore false-positive 3rd party lockfiles for trivy
- uses newly released `--skip-dirs` flag of Trivy 0.11.0
2020-08-30 11:34:26 +02:00
cn e36b210f66 ci: update github actions versions 2020-08-21 16:39:11 +02:00
cn fcc3f12284 ci: fix vulnscan behavior to scan most-recent semver 2020-08-19 14:33:26 +02:00
cn 35ced6468e ci: allow manual run of vulnscan action workflow 2020-08-18 22:53:33 +02:00
cn 617fbf538b docker: add image release on tag and periodic vulnerability scan 2020-08-18 22:22:41 +02:00