You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix detection of insecure interpolations in unless parameter
When using the `unless` parameter of an `exec` resource with unsafe
string interpolation, the linter should warn about the issue.
It happen that it currently doesn't because unless is also a keyword.
Adjust the linter to cope with this.
0 commit comments