-
Notifications
You must be signed in to change notification settings - Fork 56
33 lines (27 loc) · 907 Bytes
/
cppcheck.yml
File metadata and controls
33 lines (27 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
## Copyright (C) 2026 - 2026 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## AI-Assisted
## Consumer wrapper. Docs live in the reusable:
## https://github.com/org-ai-assisted/developer-meta-files/blob/master/.github/workflows/cppcheck.yml
name: cppcheck
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
permissions:
contents: read
jobs:
cppcheck:
uses: org-ai-assisted/developer-meta-files/.github/workflows/reusable-cppcheck.yml@master
with:
paths: usr/src/security-misc
## genmkfile names the C sources '*.c#security-misc-shared'
## (cppcheck discovers files by extension; would otherwise miss
## them). The codeql-prepare.sh script symlinks them to clean
## '*.c' names.
prepare-command: bash ci/codeql-prepare.sh
permissions:
contents: read