You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
- Migrated license enrichment PURL lookup to the org-scoped endpoint (`POST /v0/orgs/{slug}/purl`) from the deprecated global endpoint (`POST /v0/purl`).
6
+
7
+
## 2.2.80
8
+
9
+
- Hardened GitHub Actions workflows.
10
+
- Fixed broken links on PyPI page.
11
+
12
+
## 2.2.79
13
+
14
+
- Updated minimum required Python version.
15
+
- Tweaked CI checks.
16
+
17
+
## 2.2.78
18
+
19
+
- Fixed reachability filtering.
20
+
- Added config file support.
21
+
22
+
## 2.2.77
23
+
24
+
- Fixed `has_manifest_files` failing to match root-level manifest files.
25
+
26
+
## 2.2.76
27
+
28
+
- Added SARIF file output support.
29
+
- Improved reachability filtering.
30
+
31
+
## 2.2.75
32
+
33
+
- Fixed `workspace` flag regression by updating SDK dependency.
34
+
35
+
## 2.2.74
36
+
37
+
- Added `--workspace` flag to CLI args.
38
+
- Added GitLab branch protection flag.
39
+
- Added e2e tests for full scans and full scans with reachability.
0 commit comments