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

recognizegroup/recognize-vulnerability-report-action

Repository files navigation

Recognize Vulnerability Report Action

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

Example

on:
  pull_request:
    branches: [develop]
    types: [opened]
jobs:
  vulnerability-report:
    runs-on: ubuntu-latest
    steps:
      - uses: recognizegroup/recognize-vulnerability-report-action@v1
        # with:
        #   github-app-id: ${{ secrets.VULNERABILITY_REPORT_GITHUB_APP_ID }}
        #   github-app-installation-id: ${{ secrets.VULNERABILITY_REPORT_GITHUB_INSTALLATION_ID }}
        #   github-app-private-key: ${{ secrets.VULNERABILITY_REPORT_GITHUB_PRIVATE_KEY }}

About

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

Topics

Resources

License

Stars

Watchers

Forks