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
If a deb source line is something like: deb [arch=amd64] "http://apt.somewhere.com" trusty default
or deb [trusted=yes] "https://packages.chef.io/stable-apt" trusty main
the read_debs method is thrown off and puts arch=amd64 or trusted=yes as the url, etc etc.
InSpec and Platform Version
inspec 1.2.0 on OSX El Capitan (running with kitchen-inspec on various debian platforms).
Replication Case
Have an entry in an apt source list like the one I describe above.
Possible Solutions
Have the parser handle something in the "second column" that is not a URL and drop it if so.
Stacktrace
Please include the stacktrace output or link to a gist of it, if there is one.
The text was updated successfully, but these errors were encountered:
Description
If a deb source line is something like:
deb [arch=amd64] "http://apt.somewhere.com" trusty default
or
deb [trusted=yes] "https://packages.chef.io/stable-apt" trusty main
the read_debs method is thrown off and puts
arch=amd64
ortrusted=yes
as the url, etc etc.InSpec and Platform Version
inspec 1.2.0 on OSX El Capitan (running with kitchen-inspec on various debian platforms).
Replication Case
Have an entry in an apt source list like the one I describe above.
Possible Solutions
Have the parser handle something in the "second column" that is not a URL and drop it if so.
Stacktrace
Please include the stacktrace output or link to a gist of it, if there is one.
The text was updated successfully, but these errors were encountered: