Commit Graph
11 Commits
Author SHA1 Message Date
Matt Hook af82f7e6db fix all known trivy scan vulnerabilities (#1516)
* fix all known trivy scan vulnerabilities

* fix library issues: CVE-2022-27664, CVE-2022-32149, GHSA-69ch-w2m2-3vjp
2022-11-19 10:44:37 +08:00
AhmedGrati 849c229aad Fix(CI Pipeline): Update Kubernetes unit tests and CI Pipeline configuration files (#1531)
* fix: update kubernetes unit tests

* fix: check whether selectors are present or not

* fix: update golang-lint yaml file

* fix: downgrade the version of fsouza go docker-client
2022-11-12 21:46:18 +08:00
Matt Hook ec62854fdf update packages to fix trivy vulnerability scan (#1508) 2022-08-26 09:28:28 -04:00
darklore 0964a7ccd1 Fix build error on go1.18
Signed-off-by: darklore <zodiac.brave.story@gmail.com>
2022-03-24 05:22:23 +09:00
Hang Yan 9a6a24cb16 Update golang versions in ci (#1437) 2021-10-02 02:18:20 +08:00
tk42 deb00f3407 support multiple containers in a pod (#1394) 2021-07-08 09:48:05 +08:00
namusyaka 8fcbc60969 Cleanup glide (#1353)
* Cleanup mentions about glide

* Don't use glide to ignore vendor directory

Since go-1.9, "./..." no longer contains the "vendor" directory.
Also, since #1305 migrated dependency management from glide to go mod,
there is no need to think about the "vendor" directory.

See: https://golang.org/doc/go1.9#vendor-dotdotdot

* go mod tidy
2020-11-08 23:21:51 +08:00
namusyaka 8dc5572ec7 Retrieve container test by updating Dockerfile (#1351) 2020-11-08 08:51:57 +08:00
Hang Yan ee3228cb7a Bump docker version (#1334)
to support compose 3.8
2020-10-31 17:30:28 +08:00
Hang Yan f31257f5cf Add support for compose 2.x (#1333) 2020-10-31 08:27:50 +08:00
Hang Yan 525b68f027 Go mod (#1305)
* Use go mod instead of glide
* Add `--with-kompose-annotation` flag to allow us to switch it off for tests
* Remove hostpid support (since the newest sdk does not support it)
* Create new test script and fixtures
* Remove replicationcontroller support
2020-08-07 17:25:52 +08:00