Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.1.1...v2.0.0) (2024-06-19)

### ⚠ BREAKING CHANGES

* Reports are no longer uploaded to the same shared
artifact, because of the update to upload-artifact version 4

### Features

* add CSV representation of SBOM ([2bc1659](2bc1659))
* generate SBOM and use if for repeated scans ([ad54fe9](ad54fe9))

### Bug Fixes

* **deps:** pin dependencies ([1de9f8e](1de9f8e))
* **deps:** update all non-major dependencies ([666b486](666b486))
* sanitize SBOM file names ([d71a0be](d71a0be))
  • Loading branch information
wetransformer committed Jun 19, 2024
1 parent 1de9f8e commit 8f3d1cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [2.0.0](https://github.com/wetransform/gha-trivy/compare/v1.1.1...v2.0.0) (2024-06-19)


### ⚠ BREAKING CHANGES

* Reports are no longer uploaded to the same shared
artifact, because of the update to upload-artifact version 4

### Features

* add CSV representation of SBOM ([2bc1659](https://github.com/wetransform/gha-trivy/commit/2bc165991a988b0330c3c99d2b959ce10db27d0c))
* generate SBOM and use if for repeated scans ([ad54fe9](https://github.com/wetransform/gha-trivy/commit/ad54fe9b546b24dc1e583e9a582592f01c63f210))


### Bug Fixes

* **deps:** pin dependencies ([1de9f8e](https://github.com/wetransform/gha-trivy/commit/1de9f8edd115de1824a7eae52364ca7875f31446))
* **deps:** update all non-major dependencies ([666b486](https://github.com/wetransform/gha-trivy/commit/666b486dc333d3e664aeba42fa469cb22a6cca81))
* sanitize SBOM file names ([d71a0be](https://github.com/wetransform/gha-trivy/commit/d71a0bee035a1fab51075d36906eeac6a2577cab))

## [1.1.1](https://github.com/wetransform/gha-trivy/compare/v1.1.0...v1.1.1) (2024-04-12)


Expand Down

0 comments on commit 8f3d1cf

Please sign in to comment.