Skip to content

Commit

Permalink
Update M-200_allowed_registries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio authored Jan 28, 2025
1 parent ac0654d commit 53f3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/builtins/mitre/M-200_allowed_registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ params:
validations:
- expression: >
size(params.allowedRegistries) == 0 ||
variables.allContainers.all(container,
allContainers.all(container,
!container.image.contains('/') ||
container.image.split('/')[0].orValue(container.image) in params.allowedRegistries
)
Expand Down

0 comments on commit 53f3af5

Please sign in to comment.