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

chore(deps): Bump fastapi from 0.135.1 to 0.135.2 in the minor-and-patch group #16

chore(deps): Bump fastapi from 0.135.1 to 0.135.2 in the minor-and-patch group

chore(deps): Bump fastapi from 0.135.1 to 0.135.2 in the minor-and-patch group #16

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