Skip to content

Releases: KEINOS/VSCode-Dev-Container-Go

v2.2.4

19 Aug 23:51

Choose a tag to compare

What's Changed

  • fix: issue #77 - Azure scan failure by @KEINOS in #78
  • update: modules

Full Changelog: v2.2.3...v2.2.4

v2.2.3

20 Jan 04:05
d8d5e7d

Choose a tag to compare

Fix

v2.2.2

26 Nov 23:58
7e97bb5

Choose a tag to compare

Feat

Now the image includes goreleaser and golint by default. (PR #56)

v2.2.1

25 Nov 13:32
016220d

Choose a tag to compare

Fix

  • fix: #54 to remove coverage.out after measurement
  • fix: #53 "/.mergify.yml" => "/.github/mergify.yml"
  • chore: fix doc and moved SECURITY.md under .github

v2.2.0

19 Nov 17:13

Choose a tag to compare

feat

  • Auto update image info (fix #28 in pr #43)

Fixes

*fix: #28 #37 #41 #42

Log

  • feat: auto update image info (fix #28) (pr #43)
  • fix: missing GitHub account info during CI
  • fix: shellcheck's warning
  • fix: update
  • Update build_weekly.yml
  • fix: run test on push
  • feat: Mergify (.mergify.yml)
  • Update snyk-container-analysis.yml
  • fix: #37 #41 #42 (pr #47)
  • fix: remove push for redundant check
  • Update Dockerfile

v2.1.10

12 Sep 04:23

Choose a tag to compare

Feat

  • Add Trivy for basic vulnerability scan
  • Add Azure Container Scan for both Dockle and Trivy
  • Add fieldalignment command (Issue #37)
  • Add test script "run-tests.sh" to build and run the container to test its functionality

Fixes

  • fix: DKL-DI-0005 Clear apt-get caches (Issue #38)

  • fix: CIS-DI-0010 (for certificate PEM files) (Related issue #38)

  • fix: DKL-LI-0003: Only put necessary files (Issue #38)

  • fix: Add more kind error message (Issue #32, #33)

  • chore: Update README.md

  • chore: Update image_info.txt
    

v2.1.9

12 Sep 01:09

Choose a tag to compare

Feat

  • Trivy (via Azure Container Scan)

Fix

  • fix: #38 DKL-DI-0005, DKL-LI-0003 (Dockle)
  • fix: CIS-DI-0010 (for certificate PEM files)(Dockle)

v2.1.8

29 Aug 12:09
a5e3cd3

Choose a tag to compare

Feature

  • Bump up Go v1.17

Fixes

  • fix issue #29 from "go get -u" to "go install" (PR #31)
  • fix: issue #35 better "run-shellcheck" alias definition
  • fix: issue #34 install altshfmt and fix shfmt version to 3.2.1
  • Update image_info.txt

v2.1.7

11 Aug 04:13

Choose a tag to compare

  • fix: from "go get -u" to "go install" (Fix issue #29, PR #31)

v2.1.6

11 Aug 03:29
213ec31

Choose a tag to compare

  • feat: Add "-include-vendor" to "run-coverage" alias command (Fix issue #26, PR #30)
  • docs: update welcome message