We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71883bc commit 48f2dbeCopy full SHA for 48f2dbe
.github/workflows/em.yaml
@@ -29,11 +29,13 @@ jobs:
29
- name: Start Docker Compose
30
run: docker compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0.0.5
+ - uses: webfuzzing/evomaster-action@v0.1.0
33
with:
34
args: >-
35
+ --writeWFCReport true
36
--blackBox true
37
--bbSwaggerUrl http://localhost:8080/v3/api-docs
38
+ failOnErrors: "true"
39
40
- name: Upload Generated Files
41
uses: actions/upload-artifact@v3
0 commit comments