Skip to content

Commit

Permalink
Merge pull request #322 from ForAllSecure/github-pull-req-comment-sup…
Browse files Browse the repository at this point in the history
…port

Enable MAPI job summary report comment on pull requests
  • Loading branch information
Ross-ForAllSecure authored May 17, 2022
2 parents aa71805 + e12b8a6 commit c6b0ea6
Show file tree
Hide file tree
Showing 10 changed files with 16,998 additions and 5,795 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Want to try it? [Sign up for free](http://mayhem4api.forallsecure.com/signup) to

```yaml
name: Mayhem for API
on: push
on:
push:
pull_request:
jobs:
security:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -96,7 +98,9 @@ issues, then continue-on-error can be used.

```yaml
name: Mayhem for API
on: push
on:
push:
pull_request:
jobs:
security:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ runs:
branding:
icon: 'shield'
color: 'red'
permissions: write-all
Loading

0 comments on commit c6b0ea6

Please sign in to comment.