Skip to content

Commit

Permalink
Add audit_log module to sigrid.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym committed Mar 5, 2025
1 parent b3877c9 commit 3775c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sigrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ components:
- name: "(Backend) Apportionment"
include:
- ".*/backend/src/apportionment/.*"
- name: "(Backend) Audit Log"
include:
- ".*/backend/src/audit_log/.*"
- name: "(Backend) Authentication"
include:
- ".*/backend/src/authentication/.*"
Expand Down

0 comments on commit 3775c0c

Please sign in to comment.