Skip to content

Add review comments #180

Add review comments

Add review comments #180

Workflow file for this run

name: Test action
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test action on current repository
id: scan
uses: ./
with:
secret-key: ${{ secrets.AIKIDO_SECRET_KEY }}
minimum-severity: 'MEDIUM'
github-token: ${{ secrets.GITHUB_TOKEN }}
post-scan-status-comment: true
post-sast-review-comments: true
fail-on-sast-scan: true