Skip to content

Change in shield-trigger-iptables for ipset support #25

Change in shield-trigger-iptables for ipset support

Change in shield-trigger-iptables for ipset support #25

Re-run triggered May 28, 2024 16:13
Status Failure
Total duration 21s
Artifacts

qa.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
lint: scripts/shield-trigger-iptables#L79
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: scripts/shield-trigger-iptables:79:- ! ipset $TASK "${SETN}_$IPSF" $2 2>/dev/null && run_iptables "add" "$2" scripts/shield-trigger-iptables:79:+ ! ipset "$TASK" "${SETN}_$IPSF" "$2" 2>/dev/null && run_iptables "add" "$2"
lint
Process completed with exit code 1.
lint: scripts/shield-trigger-iptables#L79
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/shield-trigger-iptables:79:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
lint: scripts/shield-trigger-iptables#L79
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/shield-trigger-iptables:79:33: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)