1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00

Create AIPRChecker.yml

This commit is contained in:
Carlos Polop 2023-07-20 17:53:51 +02:00 committed by GitHub
parent bc064ddb88
commit 0d75c0085a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/AIPRChecker.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: AIPRChecker - Check for security issues and code smells
on: [pull_request_target]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run AIPRChecker
uses: AI-Gents/AIPRChecker@main
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
model: 'gpt-4'
github-token: ${{ secrets.GITHUB_TOKEN }}