This is an automated email from the ASF dual-hosted git repository. ottlinger pushed a commit to branch feature/RAT-558 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 18166cb9b264585b905212f64e07d13ae853df31 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Jun 1 21:41:51 2026 +0200 RAT-558: Exclude MD from RAT scans --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 188d2e08..d8a109e4 100644 --- a/pom.xml +++ b/pom.xml @@ -634,6 +634,8 @@ agnostic home for software distribution comprehension and audit tools. <configuration> <inputExcludeStd>ALL</inputExcludeStd> <inputExcludes> + <exclude>AGENTS.md</exclude> + <exclude>SECURITY.md</exclude> <exclude>.asf.yaml</exclude> <exclude>src/site/apt/naming_help.txt</exclude> <exclude>**/iso-8859-1.html</exclude>
