This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 6323bd0 Exclude codeql from rat-plugin
6323bd0 is described below
commit 6323bd0b14d2be8f788d0c3bbb68c3c717e05a56
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Oct 7 12:38:47 2020 +0100
Exclude codeql from rat-plugin
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 58b8694..1111084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2526,6 +2526,7 @@ under the License.
<exclude>**/*.json</exclude>
<exclude>**/banner.txt</exclude>
<exclude>**/target/**</exclude>
+ <exclude>**/codeql-analysis.yml</exclude>
</excludes>
</configuration>
<executions>