Skip to content

Releases: rm3l/container-scan-to-sarif

0.7.3

02 Jul 21:19
bd899d9
Compare
Choose a tag to compare

Changelog

  • 165284e Add test case, via a table-driven testing approach
  • 05e3afc Bump docker/login-action from 1.14.1 to 2.0.0
  • 39c5aea Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
  • b9a20f8 Bump github/codeql-action from 1 to 2
  • 226ee18 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
  • 258539a Bump goreleaser/goreleaser-action from 2 to 3
  • 9d0ad88 Make sure 'runs.results' field is never 'null' in SARIF report
  • 8c083cd chore: Add .tool-versions file
  • bd899d9 fix(#15): Fix invalid SARIF content if container-scan returns no vulnerabilities

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.7.3
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.7

Full Changelog: 0.7.1...0.7.3

0.7.2

02 Jul 21:11
9d0ad88
Compare
Choose a tag to compare

Changelog

  • 165284e Add test case, via a table-driven testing approach
  • 05e3afc Bump docker/login-action from 1.14.1 to 2.0.0
  • 39c5aea Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
  • b9a20f8 Bump github/codeql-action from 1 to 2
  • 226ee18 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
  • 258539a Bump goreleaser/goreleaser-action from 2 to 3
  • 9d0ad88 Make sure 'runs.results' field is never 'null' in SARIF report
  • 8c083cd chore: Add .tool-versions file

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.7.2
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.7

Full Changelog: 0.7.1...0.7.2

0.7.1

22 Apr 14:57
Compare
Choose a tag to compare

Previous tag was not named correctly, hence this 0.7.1 tag.

Changelog

  • b5a243a Add Lint in CI, via golanci-lint
  • a789658 Bump actions/checkout from 2 to 3
  • 5fe1287 Bump actions/setup-go from 2 to 3
  • 5d904a4 Bump docker/login-action from 1.12.0 to 1.13.0
  • 3d44b4b Bump docker/login-action from 1.13.0 to 1.14.1
  • c26e81c Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
  • 75e4a04 Bump golangci/golangci-lint-action from 2 to 3.1.0
  • 6caef97 Merge pull request #3 from rm3l/add_tests
  • f13d54e Test containerscan package
  • 6e0b1fe Test converter package
  • 86f6c3e Test sarif package
  • 37d12fb Tidy module
  • 0a37186 Update Dependabot schedule
  • 560e2e6 Update README
  • 1213f55 Update README

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.7.1
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.7

Full Changelog: 0.6.0...0.7.1

v0.7.0

22 Apr 14:54
Compare
Choose a tag to compare

Changelog

  • b5a243a Add Lint in CI, via golanci-lint
  • a789658 Bump actions/checkout from 2 to 3
  • 5fe1287 Bump actions/setup-go from 2 to 3
  • 5d904a4 Bump docker/login-action from 1.12.0 to 1.13.0
  • 3d44b4b Bump docker/login-action from 1.13.0 to 1.14.1
  • c26e81c Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
  • 75e4a04 Bump golangci/golangci-lint-action from 2 to 3.1.0
  • 6caef97 Merge pull request #3 from rm3l/add_tests
  • f13d54e Test containerscan package
  • 6e0b1fe Test converter package
  • 86f6c3e Test sarif package
  • 37d12fb Tidy module
  • 0a37186 Update Dependabot schedule
  • 560e2e6 Update README
  • 1213f55 Update README

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.7.0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.7

Full Changelog: 0.6.0...v0.7.0

0.6.0

14 Jan 16:11
46660c4
Compare
Choose a tag to compare

Changelog

  • 46660c4 Fix integration tests
  • 2e7697b Put the generated 'go.sum' under version control
  • 977f72e Simplify the CLI by always outputting to the standard output
  • 441f340 Use standard lib json Decoders and Encoders for better memory handling

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.6.0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.6

Full Changelog: 0.5.0...0.6.0

0.5.0

12 Jan 23:06
abb7d27
Compare
Choose a tag to compare

Changelog

  • 7d99c72 Bump docker/login-action from 1.10.0 to 1.12.0
  • 285395d Fix CI builds
  • d3aad59 Fix Dockerfile for GoReleaser
  • d48f146 Refactor the code in a more idiomatic Go Project layout
  • abb7d27 Run in verbose mode in CI
  • b4f9ea7 Switch image scanned in CI from debian:11 to busybox:1.35.0
  • b10fe90 Update README
  • 90905e0 Update README

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.5.0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.5

0.4.0

05 Nov 22:28
9d95c70
Compare
Choose a tag to compare

Changelog

a8a7c78 Add CodeQL Workflow
c10a587 Continuously test the integration with GitHub Code Scanning works
38ca278 Fix integration test command
b7e400c Fix physical location URI in SARIF reports generated
56040d7 Handle duplicates in reports via SARIF partial fingerprints
9d95c70 Prepare version bump: 0.4.0
3138643 Rename "Azure Container Scan" with "Container Scan" in the reports
6041689 Sanitize physical location URI in SARIF reports generated
8e0398f Update output option documentation

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.4.0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.4

0.3.0

03 Nov 22:14
3df3c3f
Compare
Choose a tag to compare

Changelog

b28cad7 Add Dependabot config
04202eb Escape colon (:) character in SARIF physical location URI
3df3c3f Prepare tag
6e3e934 Update README
0a77e7c Update README

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.3.0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.3

0.2.2

02 Nov 13:04
c61cdc0
Compare
Choose a tag to compare

Changelog

c61cdc0 Add missing fields required by GitHub Code Scanning
f7d6361 Update .gitignore
de15593 Update README
e6f83ef Update README

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.2.2
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.2

0.2.1

29 Oct 21:29
e818326
Compare
Choose a tag to compare

Changelog

e818326 Login to GitHub Container Registry in the release Workflow

Docker images

  • docker pull ghcr.io/rm3l/container-scan-to-sarif:0.2.1
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0
  • docker pull ghcr.io/rm3l/container-scan-to-sarif:v0.2