Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample_rules/basic_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
- "_clear_packaging_caches_and_temporary_package_downloads"
-
label: "yum_update_all"
regex: /yum(.+update all|.+upgrade|.+update)/
regex: /yum([ t]+update all|[ t]+upgrade|[ t]+update)/
level: "info"
message: "updating the entire base image may add unnecessary size to the container"
description: "update the entire base image may add unnecessary size to the container"
Expand Down
2 changes: 1 addition & 1 deletion sample_rules/basic_rules_atomic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
- "_clear_packaging_caches_and_temporary_package_downloads"
-
label: "yum_update_all"
regex: /yum(.+update all|.+upgrade|.+update|\.config)/
regex: /yum([ t]+update all|[ t]+upgrade|[ t]+update|\.config)/
level: "info"
message: "updating the entire base image may add unnecessary size to the container"
description: "update the entire base image may add unnecessary size to the container"
Expand Down
2 changes: 1 addition & 1 deletion sample_rules/default_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
- "_clear_packaging_caches_and_temporary_package_downloads"
-
label: "yum_update_all"
regex: /yum(.+update all|.+upgrade|.+update)/
regex: /yum([ t]+update all|[ t]+upgrade|[ t]+update)/
level: "info"
message: "updating the entire base image may add unnecessary size to the container"
description: "update the entire base image may add unnecessary size to the container"
Expand Down
2 changes: 1 addition & 1 deletion sample_rules/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
- "_clear_packaging_caches_and_temporary_package_downloads"
-
label: "yum_update_all"
regex: /yum(.+update all|.+upgrade|.+update|\.config)/
regex: /yum([ t]+update all|[ t]+upgrade|[ t]+update|\.config)/
level: "info"
message: "updating the entire base image may add unnecessary size to the container"
description: "update the entire base image may add unnecessary size to the container"
Expand Down
2 changes: 1 addition & 1 deletion sample_rules/osbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
- "_clear_packaging_caches_and_temporary_package_downloads"
-
label: "yum_update_all"
regex: /yum(.+update all|.+upgrade|.+update|\.config)/
regex: /yum([ t]+update all|[ t]+upgrade|[ t]+update|\.config)/
level: "info"
message: "updating the entire base image may add unnecessary size to the container"
description: "update the entire base image may add unnecessary size to the container"
Expand Down