Skip to content

docs: add example for creating an architecture defintion #4711

docs: add example for creating an architecture defintion

docs: add example for creating an architecture defintion #4711

Workflow file for this run

name: Semgrep
permissions:
contents: read
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep-ci.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '09 15 * * *'
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: semgrep ci