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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# layne
2
2
3
+
## 1.2.0
4
+
5
+
### Minor Changes
6
+
7
+
-**Exception Approvals**: Configure specific users or teams who can approve PRs that would otherwise fail the security scan. When an authorized approver approves a PR, Layne automatically re-runs the scan and passes it with a clear audit trail. Features include:
8
+
- Automatic re-run on `pull_request_review` webhook when authorized approver approves
9
+
- Team membership resolution via GitHub API
10
+
- Approval validation against current commit SHA (new commits invalidate approvals)
11
+
- Configurable exception labels (`onException`)
12
+
- Always-on notifications for exception usage
13
+
- Full audit trail in check run summary and chat notifications
14
+
- See [Exception Approvals](./website/docs/exception-approvals.md) documentation
0 commit comments