Skip to content

Commit 7ba193a

Browse files
author
gdgate
authored
Merge pull request #1075 from gooddata/liry4
Exclude surefire/failsafe reports from dependency check Reviewed-by: Peter Plocháň https://github.com/peter-plochan
2 parents 2b7f8c0 + 22c34af commit 7ba193a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

suppressions.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress>
4+
<notes><![CDATA[
5+
Exclude **/target/surefire-reports/**,**/target/failsafe-reports/** from dependency check
6+
]]></notes>
7+
<filePath regex="true">^\/gooddata-java\/[^\/]+\/target\/(failsafe|surefire)-reports\/.+$</filePath>
8+
<vulnerabilityName regex="true">.*</vulnerabilityName>
9+
</suppress>
10+
</suppressions>
11+

0 commit comments

Comments
 (0)