Merge pull request #241 from phonito/adding-phonito

Adding Phonito, a vulnerabiltiy scanner for your docker images
This commit is contained in:
Gary Ewan Park 2019-10-28 07:34:40 +00:00 committed by GitHub
commit 53897ebe69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) - [Collection of Actions](#collection-of-actions)
- [Utility](#utility) - [Utility](#utility)
- [Testing and Linting](#testing-and-linting) - [Testing and Linting](#testing-and-linting)
- [Security](#security)
- [Pull Requests](#pull-requests) - [Pull Requests](#pull-requests)
- [GitHub Pages](#github-pages) - [GitHub Pages](#github-pages)
- [Notifications and Messages](#notifications-and-messages) - [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) - [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) - [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 ### Pull Requests
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action) - [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)