Skip to content

Commit

Permalink
set risk code limit to 0. Only informationals are skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkelenkamp committed Aug 10, 2023
1 parent a12d4cb commit b662a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/zap/zap2junit.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xsl:output method="xml" indent="yes"/>

<!-- When set to 0, informational risks are skipped. -->
<xsl:variable name="riskCodeLimit" select="1"/>
<xsl:variable name="riskCodeLimit" select="0"/>

<xsl:param name="sourceFolder"/>

Expand Down Expand Up @@ -48,4 +48,4 @@
</testsuite>
</testsuites>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit b662a51

Please sign in to comment.