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
I'm not sure if this is doable or not, but it would be great if this rule could be automatically ignored when checking for GStrings expressions within sh steps in Jenkinsfiles, since they actually mean environment variables accessible by the shell interpreter.
E.g.:
sh '''echo $SHELL'''
The text was updated successfully, but these errors were encountered:
That seems to be a false positive... maybe we could ignore it just for jenkinsfile ?
This is what I do currently, but it would be more assertive if we could ignore it only for the sh steps. Should I create a PR excluding this rule from the jenkinsfile?
I'm not sure if this is doable or not, but it would be great if this rule could be automatically ignored when checking for GStrings expressions within
sh
steps in Jenkinsfiles, since they actually mean environment variables accessible by the shell interpreter.E.g.:
The text was updated successfully, but these errors were encountered: