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've been using the Driver Automation Tool for numerous years and love it, however, with security getting more and more tighter the use of the Driver Automation Tool is becoming a big concern.
My work place is currently using Cisco to protect from DNS security issues and as part of this has blocked access to "raw.githubusercontent.com".
When this block is in place, it makes the Driver Automation Tool useless as it will not run.
Is there a way to get around this please without having to whitelist that URL?
Thanks
The text was updated successfully, but these errors were encountered:
If you cant manually hit that URL you would have to find a way to get that data locally then and then change the script to get the local file instead of directly from the URL.
It’s not exactly what you need, but I did something similar by editing the script to look at the OEMLinks.xml file hosted in my forked repo. Rewriting the code to work on a local file is beyond my ken, but it should be possible to maintain your own version of the files on a host on your internal network, and edit an internally maintained copy of the script to look there instead of GitHub
Here’s my fork as an example (again, not looking at an internal host, just another fork hosted on GitHub), I haven’t figured out compiling the .exe or .msi like the repo owner, so you have to run the .ps1 directly from an Admin Powershell window.
Hello,
I've been using the Driver Automation Tool for numerous years and love it, however, with security getting more and more tighter the use of the Driver Automation Tool is becoming a big concern.
My work place is currently using Cisco to protect from DNS security issues and as part of this has blocked access to "raw.githubusercontent.com".
When this block is in place, it makes the Driver Automation Tool useless as it will not run.
Is there a way to get around this please without having to whitelist that URL?
Thanks
The text was updated successfully, but these errors were encountered: