mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-22 17:39:17 +01:00
Init WFuzz state
This commit is contained in:
4
reporter/Dockerfile
Normal file
4
reporter/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM openjdk:11
|
||||
COPY . /usr/src/saxon
|
||||
WORKDIR /usr/src/saxon
|
||||
CMD ["java", "-jar", "saxon9he.jar", "-s:reports.junit.xml", "-xsl:xunit_to_html.xsl"]
|
||||
Reference in New Issue
Block a user