An open API service indexing awesome lists of open source software.

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!

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