Closed brianwcook closed 6 days ago
will use a single regex.
# should match
subscription-manager register
subscription-manager register --org 123
touch file && subscription-manager register
true subscription-manager register
# should not match
# subscription-manager register
subscription-manager # register
echo tricky! # subscription-manager register
will trigger this detection to think the dockerfile is registering on its own
_Originally posted by @ptoscano in https://github.com/konflux-ci/build-definitions/pull/1528#discussion_r1816773041_