Skip to content

Corgea/action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published