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 setting the detect.excluded.directories value and the execution of this action seems to override the values to a single *./bridge entry. I've tried using the DETECT_EXCLUDED_DIRECTORIES as well to the same effect.
I'm setting the detect.excluded.directories value and the execution of this action seems to override the values to a single *./bridge entry. I've tried using the DETECT_EXCLUDED_DIRECTORIES as well to the same effect.
github workflow
input snippet:
...
env:
DETECT_EXCLUDED_DIRECTORIES: myTestProject, **myTestProject, **/myTestProject, myOtherTestProject, **myOtherTestProject, **/myOtherTestProject
..
OR
env:
detect.excluded.directories: myTestProject, **myTestProject, **/myTestProject, myOtherTestProject, **myOtherTestProject, **/myOtherTestProject
...
output snippet (during execution of bdhub 8.11.0):
...
2023-08-02 17:16:00.0000 UTC [Blackduck Execution] [main] INFO: --- detect.excluded.directories = /home/runner/work/myProject/myProject/.bridge [cmd]
...
The text was updated successfully, but these errors were encountered: