corgea
ActionsTags
(2)This action will scan your code for vulnerabilties and Corgea will comment on the PR for with fixes.
Required Your Corgea token from https://www.corgea.app/integrations/
name: Corgea Scan
on:
pull_request:
types:
- opened
jobs:
scan:
name: scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- uses: corgea/action@v1
with:
corgea-token: ${{ secrets.CORGEA_TOKEN }}
corgea is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.