Skip to content

fix(processor): overlay geometry for masks and edge gates #844

fix(processor): overlay geometry for masks and edge gates

fix(processor): overlay geometry for masks and edge gates #844

Workflow file for this run

name: Security
on:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
workflow_dispatch:
schedule:
- cron: "41 3 * * *"
concurrency:
group: security-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Secret scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_ENABLE_COMMENTS: "false"