Skip to content

Testing open_api code review SAST (don't merge) #4

Testing open_api code review SAST (don't merge)

Testing open_api code review SAST (don't merge) #4

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
jobs:
code_review_job:
runs-on: ubuntu-latest
name: Security AI Code Agent
steps:
- name: Security AI
uses: cirolini/genai-code-review@v1
with:
openai_api_key: ${{ secrets.openai_api_key }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_model: "gpt-3.5-turbo"
openai_temperature: 0.5
openai_max_tokens: 2048
mode: files
language: en
custom_prompt: ""