Skip to content

Commit 114c256

Browse files
authored
Update CHANGELOG.md for 1.6.0 (google#749)
1 parent 98095f2 commit 114c256

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# v1.6.0:
2+
3+
### Features
4+
5+
- [Feature #694](https://github.com/google/osv-scanner/pull/694)
6+
Add support for NuGet lock files version 2.
7+
8+
- [Feature #655](https://github.com/google/osv-scanner/pull/655)
9+
Scan and report dependency groups (e.g. "dev dependencies") for vulnerabilities.
10+
11+
- [Feature #702](https://github.com/google/osv-scanner/pull/702)
12+
Created an option to skip/disable upload to code scanning.
13+
14+
- [Feature #732](https://github.com/google/osv-scanner/pull/732)
15+
Add option to not fail on vulnerability being found for GitHub Actions.
16+
17+
- [Feature #729](https://github.com/google/osv-scanner/pull/729)
18+
Verify the spdx licenses passed in to the license allowlist.
19+
20+
### Fixes
21+
22+
- [Bug #736](https://github.com/google/osv-scanner/pull/736)
23+
Show ecosystem and version even if git is shown if the info exists.
24+
25+
- [Bug #703](https://github.com/google/osv-scanner/pull/703)
26+
Return an error if both license scanning and local/offline scanning is enabled simultaneously.
27+
28+
- [Bug #718](https://github.com/google/osv-scanner/pull/718)
29+
Fixed parsing of SBOMs generated by the latest CycloneDX.
30+
31+
- [Bug #704](https://github.com/google/osv-scanner/pull/704)
32+
Get go stdlib version from go.mod.
33+
34+
### API Features
35+
36+
- [Feature #727](https://github.com/google/osv-scanner/pull/727)
37+
Changes to `Reporter` methods to add verbosity levels and to deprecate functions.
38+
139
# v1.5.0:
240

341
### Features

0 commit comments

Comments
 (0)