Skip to content

Commit 742c8d7

Browse files
committed
add grype scan scripts to docker server digest
1 parent d9f696a commit 742c8d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/defs/job_configs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,8 @@ class JobConfigs:
873873
"tests/ci/docker_images_helper.py",
874874
"./docker/server",
875875
"./docker/keeper",
876+
".github/actions/grype",
877+
".github/workflows/grype_scan.yml",
876878
],
877879
),
878880
requires=["Build (amd_release)", "Build (arm_release)"],
@@ -888,6 +890,8 @@ class JobConfigs:
888890
"tests/ci/docker_images_helper.py",
889891
"./docker/server",
890892
"./docker/keeper",
893+
".github/actions/grype",
894+
".github/workflows/grype_scan.yml",
891895
],
892896
),
893897
requires=["Build (amd_release)", "Build (arm_release)"],

0 commit comments

Comments
 (0)