Skip to content

convisoappsec/conviso-ast

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

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conviso AST

Run Conviso AST in your repository and assess the results in Conviso Platform. More information here

Usage

This action requires Conviso AST Action
name: Conviso AST
on: push
jobs:
  conviso-ast:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Running Conviso AST
        uses: convisoappsec/conviso-ast@main
        env:
          CONVISO_API_KEY: '${{ secrets.CONVISO_API_KEY }}'
        with:
          args: ''

Environment variables

  • CONVISO_API_KEY (required) - Conviso API Key

Inputs

  • args (optional) - Additional arguments to set

License

See the LICENSE FILE for more details.