You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/06/02 16:07:52 UTC

[incubator-shenyu] branch master updated: Ignore static header scan (#3478)

This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 244e85f9f Ignore static header scan (#3478)
244e85f9f is described below

commit 244e85f9fa9bc97eb6bfb70baaf2aa6c3b44e21c
Author: renzhuyan <40...@qq.com>
AuthorDate: Thu Jun 2 11:07:46 2022 -0500

    Ignore static header scan (#3478)
    
    * Admin module JS and CSS add header
    
    * Ignore static header scan
---
 .licenserc.yaml | 1 +
 pom.xml         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 14a189c1e..8a904e220 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -64,5 +64,6 @@ header:
     - 'licenses'
     - 'LICENSE'
     - 'NOTICE'
+    - '**/static/**'
 
   comment: on-failure
diff --git a/pom.xml b/pom.xml
index 63458a3e0..222f327e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -676,6 +676,7 @@
                         <exclude>**/node/**</exclude>
                         <exclude>**/node_modules/**</exclude>
                         <exclude>**/test/coverage/**</exclude>
+                        <exclude>**/resources/static/</exclude>
                     </excludes>
                 </configuration>
                 <executions>