Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 466 Bytes

File metadata and controls

18 lines (16 loc) · 466 Bytes

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 }}