File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Scan docker images from the allowed docker images list"
33on :
44 pull_request :
55 paths-ignore :
6- - ' tests/tck-build-logic/src/main/resources/allowed-docker-images'
6+ - ' tests/tck-build-logic/src/main/resources/allowed-docker-images/** '
77
88jobs :
99 build :
Original file line number Diff line number Diff line change 44 # we should run this job if somebody wants to add/update allowed docker images
55 pull_request :
66 paths :
7- - ' tests/tck-build-logic/src/main/resources/allowed-docker-images'
7+ - ' tests/tck-build-logic/src/main/resources/allowed-docker-images/** '
88 # we should run this job once a week to check if new vulnerabilities are found in existing images
99 schedule :
1010 - cron : " 0 0 * * 6"
You can’t perform that action at this time.
0 commit comments