Skip to content

This action can be used to gain insights into the current vulnerabilities in a repository.

License

Notifications You must be signed in to change notification settings

tom-reinders/recognize-vulnerability-report-action

 
 

Repository files navigation

Recognize Vulnerability Report Action

This action action can comment a list of the vulnerabilties that are currently found and not have not yet been resolved within a repositroy.

Example

on:
  pull_request:
    branches: [develop]
    types: [opened]
jobs:
  vulnerability-report:
    runs-on: ubuntu-latest
    steps:
      - uses: recognizegroup/recognize-vulnerability-report-action@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

About

This action can be used to gain insights into the current vulnerabilities in a repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%