-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Fix:
Container image pull should be consistent
(#406)
Adds `props` to exclude containers from some checks based on image digest: ``` props: - uid: excludedByFixedImages title: Exclude containers from the check when using fixed images using hash values. mql: | return [ # Add container images <image-name>@<digest> # image@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 ] ``` --------- Signed-off-by: Manuel Weber <[email protected]>
- Loading branch information
Showing
1 changed file
with
101 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters