https://github.com/gregurco/security-advisories-ga
This Github Action integrated SecurityAdvisories check to your project!
https://github.com/gregurco/security-advisories-ga
github-actions php security
Last synced: about 2 months ago
JSON representation
This Github Action integrated SecurityAdvisories check to your project!
- Host: GitHub
- URL: https://github.com/gregurco/security-advisories-ga
- Owner: gregurco
- License: mit
- Created: 2019-10-15T20:40:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T21:22:54.000Z (over 6 years ago)
- Last Synced: 2025-03-15T16:23:43.499Z (over 1 year ago)
- Topics: github-actions, php, security
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GithubAction for SecurityAdvisories
This Github Action integrated [SecurityAdvisories][1] check to your project!
## Usage
You can use it as a Github Action like this:
_.github/workflows/lint.yml_
```
name: Check security vulnerabilities
on: [push, pull_request]
jobs:
security-advisories:
name: SecurityAdvisories
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: SecurityAdvisories
uses: docker://gregurco/security-advisories-ga
```
[1]: https://github.com/Roave/SecurityAdvisories