Skip to content

Commit 6cfa8fc

Browse files
ci: add keyless dependency/CVE scan (#40)
Calls the shared anolishq/.github dependency-scan reusable workflow (keyless full-NVD via the cveb.in 2.0 mirror). Weekly + manual dispatch. Refs anolishq/.github#28
1 parent 92fa3bc commit 6cfa8fc

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Dependency Scan
2+
3+
# Weekly keyless CVE scan of the vcpkg dependency set via the shared
4+
# reusable workflow. Non-blocking; findings in the job summary + artifact.
5+
# See the epic: anolishq/.github#28.
6+
7+
on:
8+
schedule:
9+
- cron: "0 7 * * 1" # Mondays 07:00 UTC
10+
workflow_dispatch:
11+
12+
permissions:
13+
contents: read
14+
15+
jobs:
16+
scan:
17+
uses: anolishq/.github/.github/workflows/dependency-scan.yml@8288b78999ff65b61ac4eb1789c7efcf4c505819 # main
18+
with:
19+
triplet: x64-linux
20+
features: "tests;json;yaml;server"

0 commit comments

Comments
 (0)