Skip to content

Commit 322395d

Browse files
christoph-zededarene
authored andcommitted
.github: run cvewatch after build
This way cvewatch does not have to build all pkgs in parallel to the actual build process and does not need to download all the sources, too. Hopefully this helps to fix the http teapot status issues like: ``` Error: error building "lfedge/eve-cross-compilers:b3d1dc377b3f1161eec194219c34fb1a167d28e9": error building for arch amd64: failed to solve: failed to load cache key: invalid response status 418 2026/03/24 02:17:07 error during command execution: error building "lfedge/eve-cross-compilers:b3d1dc377b3f1161eec194219c34fb1a167d28e9": error building for arch amd64: failed to solve: failed to load cache key: invalid response status 418 ``` Signed-off-by: Christoph Ostarek <christoph@zededa.com>
1 parent 1c19630 commit 322395d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/cve-scan.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
---
44
name: CVE PR Gate
55

6-
"on":
7-
pull_request:
8-
branches: ["master"]
6+
on: # yamllint disable-line rule:truthy
7+
workflow_run:
8+
workflows: ["PR build"]
9+
types: [completed]
10+
11+
pull_request_review:
12+
types: [submitted]
913

1014
jobs:
1115
cve-scan:

0 commit comments

Comments
 (0)