Fix Broken Links for Cloud and Containers Pentesting #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |