Skip to content

Clean up template references in action.yml #6

Clean up template references in action.yml

Clean up template references in action.yml #6

Workflow file for this run

name: SAST
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
security-review:
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./ # Points directly to action.yml
with:
comment-pr: true
upload-results: true
exclude-directories: "tests/vulnerable"
claude-api-key: ${{ secrets.CLAUDE_API_KEY }}
run-every-commit: true