This is an automated email from the ASF dual-hosted git repository.
chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new e3e0e08bf5 fix: Fixed the rat-exclusion for the SECURITY.md file.
e3e0e08bf5 is described below
commit e3e0e08bf577aa3431184bcb75d48b8a9b13cc1b
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Jun 16 12:49:25 2026 +0200
fix: Fixed the rat-exclusion for the SECURITY.md file.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index deba82afc9..4847c94d13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -804,7 +804,7 @@
<!-- Agents exclude -->
<inputExclude>AGENTS.md</inputExclude>
- <inputExclude>SECURITY.MD</inputExclude>
+ <inputExclude>SECURITY.md</inputExclude>
<inputExclude>THREAT-MODEL.md</inputExclude>
</inputExcludes>
</configuration>