Skip to content

corgea

Actions
Automatically find and fix vulnerable code
v1.0.4
Latest
Star (1)

Corgea Github Action

This action will scan your code for vulnerabilties and Corgea will comment on the PR for with fixes.

Inputs

corgea-token

Required Your Corgea token from https://www.corgea.app/integrations/

Example

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.

About

Automatically find and fix vulnerable code
v1.0.4
Latest

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.