firewall 7.0.0 compat #38
Annotations
4 errors and 3 warnings
build (2.4.4, ~> 6.0)
Process completed with exit code 1.
|
build (2.4.4, ~> 5.0)
Process completed with exit code 1.
|
build (2.7, ~> 7.0):
spec/defines/firewall_multi_spec.rb#L341
firewall_multi when using two protocols is expected to contain Firewall[00100 accept on ports 80 and 443 using protocol iptables] with jump => "accept", dport => ["80", "443"], proto => "tcp" and protocol => "iptables"
Failure/Error:
is_expected.to contain_firewall(
"00100 accept on ports 80 and 443 using protocol #{protocol}"
).with(
"jump" => "accept",
"dport" => %w[80 443],
"proto" => "tcp",
"protocol" => protocol
)
expected that the catalogue would contain Firewall[00100 accept on ports 80 and 443 using protocol iptables]
|
build (2.7, ~> 7.0)
The operation was canceled.
|
build (2.4.4, ~> 6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (2.4.4, ~> 5.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (2.7, ~> 7.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|