File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name: "Scan docker images from the allowed docker images list"
22
33on :
44 pull_request :
5- paths :
6- - ' **.md'
7- - ' library-and-framework-list*.json'
5+ paths-ignore :
6+ - ' tests/tck-build-logic/src/main/resources/allowed-docker-images'
87
98jobs :
109 build :
Original file line number Diff line number Diff line change 11name : " Scan docker images from the allowed docker images list"
22
33on :
4+ # we should run this job if somebody wants to add/update allowed docker images
45 pull_request :
5- paths-ignore :
6- - ' **.md'
7- - ' library-and-framework-list*.json'
6+ paths :
7+ - ' tests/tck-build-logic/src/main/resources/allowed-docker-images'
8+ # we should run this job once a week to check if new vulnerabilities are found in existing images
9+ schedule :
10+ - cron : " 0 0 * * 6"
811
912jobs :
1013 scan-images :
You can’t perform that action at this time.
0 commit comments