Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

feat: Enhance GitHub App functionality with improved error logging an… #11

feat: Enhance GitHub App functionality with improved error logging an…

feat: Enhance GitHub App functionality with improved error logging an… #11

Workflow file for this run

name: CI Security Scan
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
security-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
- name: Run Checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: .
config_file: configs/checkov.yml
- name: Run Trivy on repo
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: fs
path: .
trivy-config: configs/trivy.yaml