Closed ccamel closed 2 months ago
The changes introduce a new "Audit" section in the README.md
file, which includes a structured table detailing the audit history of the project. This table comprises columns for the audit date, auditor's name, project version, and a link to the audit report. The integration of this section aims to enhance the project's documentation by providing clear information regarding its security and compliance audits.
File | Change Summary |
---|---|
README.md |
Added ## Audit section with an audit table containing columns: Date , Auditor , Version , Report . |
sequenceDiagram
participant User
participant README
User->>README: View project documentation
README->>User: Display project details
README->>User: Show Audit section
User->>README: Review audit history
In the garden of code, where the audits bloom,
A table now shines, dispelling the gloom.
With dates and reports, our history's clear,
For users and contributors, there's nothing to fear!
🐇✨
All modified and coverable lines are covered by tests :white_check_mark:
@@ Coverage Diff @@
## main #747 +/- ##
=======================================
Coverage 54.49% 54.49%
=======================================
Files 73 73
Lines 2905 2905
=======================================
Hits 1583 1583
Misses 1228 1228
Partials 94 94
Thought it’d be a good idea to include the audit report in the README to make it clear.
Summary by CodeRabbit