Skip to content

Commit a8e82e3

Browse files
authored
Tasks engine + samples (#5)
Updates tasks engine, docs, samples, and version.
2 parents d50320c + 292fc59 commit a8e82e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Notes:
120120
- In `run.parse.format`, use `scan-json-lines` to consume JSONL from any tool.
121121
- Each line must be a JSON object with `finding`, or the whole object is treated as `finding`.
122122

123-
Exemplo mínimo:
123+
Minimal example:
124124
```json
125125
{"finding":{"type":"WEB","title":"X-Frame-Options Missing","description":"...","severity":"info","asset":"example.com","url":"https://example.com","method":"GET","scheme":"HTTPS","port":443,"request":"...","response":"..."}}
126126
```

src/conviso/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.2.5

0 commit comments

Comments
 (0)