Skip to content

Commit

Permalink
update changelog for 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <[email protected]>
  • Loading branch information
Alfredo Deza committed Nov 2, 2020
1 parent 30be91c commit 56abf48
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
# Release Notes

## Version 2.0.1 - 2020-02-11

Fixes:

* Removes unnecessary constraint in deduplication for SARIF reporting
* Allows defining and referencing the location of the SARIF report file
* Fixes multiple instances where undefined items in the reporting would break scanning


## Version 2.0.0 - 2020-30-09

2.0.0 is a new major version of scan-action based on the new [Grype](https://github.com/anchore/grype) tool from Anchore.
2.0.0 is a new major version of scan action based on the new [Grype](https://github.com/anchore/grype) tool from Anchore.
It is much faster for scanning compared to v1.x of the action and adds some new capabilities, including directory scanning as well as container image scanning,
and also has more metadata about the vulnerability matches than previous versions for more transparency on the matching process.

Improvements and Changes:

* Significantly faster performance for scans
* New vulnerabilities output format is the JSON output from Grype directly
* Adds support for scanning directories and containers so you can do the same checks pre-and post-build of the container.
* Adds support for scanning directories as well as Docker containers, so you can do the same checks pre-and post-build of the container.
* Supports Automatic Code Scanning/SARIF for exposing results via your repository's Security tab.
* Updated the default branch from `master` to `main`

* :warning: NOTE: This is a breaking change from v1.x, as indicated by the major version change. We strongly recommend using a @v2 or specific version instead of @main*
*NOTE: This is a breaking change from v1.x, as indicated by the major version change. We strongly recommend using a @v2 or specific version instead of @main*

Breaking Changes for v2:

Expand All @@ -24,5 +33,5 @@ Breaking Changes for v2:
* `custom-policy-path` is no longer supported
* `include-app-packages` is no longer necessary or supported. Application packages are on by default and will receive vulnerability matches.
* Outputs:
* `billofmaterials` is no longer part of the output. V2 focuses on vulnerability scanning. A separate action may be introduced for BoM support with its own options/config.
* `policycheck` is no longer part of the output
* `billofmaterials` is no longer output. V2 is focused on vulnerability scanning and another action may be introduced for BoM support with its own options/config.
* `policycheck` is no longer output

0 comments on commit 56abf48

Please sign in to comment.