Skip to content

Commit

Permalink
Deploying to release from @ f4c93e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed May 6, 2020
1 parent 39d5144 commit b92d9d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Scan name.

Example: ```name: GitHub scan ${{ github.sha }}```

### `wait_for`

Sets failure if the scan founds an issue: `on_any` issue, `on_medium` or
`on_high`.

## Outputs

### `url`
Expand All @@ -75,6 +80,7 @@ steps:
file_id: LiYknMYSdbSZbqgMaC9Sj
hosts_filter: |
[ ]
wait_for: on_any
- name: Get the output scan url
run: echo "The scan was started on ${{ steps.start.outputs.url }}"
```

0 comments on commit b92d9d7

Please sign in to comment.