Skip to content

Commit dc5122f

Browse files
authored
Merge pull request #171 from gdsfactory/fix/cleanup-deleted-refs
fix: remove legacy Jupyter Book config and clean stale nav refs
2 parents b2e16cb + 45db095 commit dc5122f

3 files changed

Lines changed: 29 additions & 98 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Code Security
2+
3+
on:
4+
pull_request:
5+
merge_group:
6+
branches: [main]
7+
push:
8+
branches:
9+
- main
10+
workflow_dispatch:
11+
12+
permissions:
13+
contents: read
14+
pull-requests: write
15+
16+
jobs:
17+
sast:
18+
uses: doplaydo/infra/.github/workflows/reuseable-sast.yaml@main
19+
with:
20+
output-format: text
21+
fail-on-findings: false
22+
enable-secrets-scan: true
23+
24+
sca:
25+
uses: doplaydo/infra/.github/workflows/reuseable-sca.yaml@main
26+
with:
27+
scan-type: fs
28+
scanners: misconfig,secret
29+
fail-on-findings: false

docs/_config.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/_toc.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)