adding Phonito, a vulnerabiltiy scanner for your docker images

This commit is contained in:
Jake Lacey 2019-10-27 21:04:53 +00:00
parent 7aacf7049a
commit d09bca71ad

View File

@ -22,6 +22,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Collection of Actions](#collection-of-actions)
- [Utility](#utility)
- [Testing and Linting](#testing-and-linting)
- [Security](#security)
- [Pull Requests](#pull-requests)
- [GitHub Pages](#github-pages)
- [Notifications and Messages](#notifications-and-messages)
@ -174,6 +175,9 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Run shellcheck, with reviewdog output on the PR](https://github.com/reviewdog/action-shellcheck)
- [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild)
### Security
- [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action)
### Pull Requests
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)