Releases: KEINOS/VSCode-Dev-Container-Go
Releases · KEINOS/VSCode-Dev-Container-Go
v2.2.4
19 Aug 23:51
Compare
Sorry, something went wrong.
No results found
v2.2.3
20 Jan 04:05
Compare
Sorry, something went wrong.
No results found
v2.2.2
26 Nov 23:58
Compare
Sorry, something went wrong.
No results found
Feat
Now the image includes goreleaser and golint by default. (PR #56 )
Note: Indeed, golint is a deprecated command. Though, the Go Report
Card service uses golint for code lint. golint detects missing
comments of the public/exposed functions which the current
golangci-lint does not.
v2.2.1
25 Nov 13:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Feature
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
Compare
Sorry, something went wrong.
No results found
fix: from "go get -u" to "go install" (Fix issue #29 , PR #31 )
v2.1.6
11 Aug 03:29
Compare
Sorry, something went wrong.
No results found
feat: Add "-include-vendor" to "run-coverage" alias command (Fix issue #26 , PR #30 )
docs: update welcome message