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
inspec supermarket profiles currently uses the only query parameter the Supermarket tools API offers at the moment: q=. Sadly, this means that the returned list of profiles is limited to the number of tools that mention the words "compliance profile" in their descriptions. So users are not seeing a complete list of profiles available.
Tuning back in after Summit, my opinion is that this issue is not fixed. My understanding of PR #1254 is that the results will be whichever compliance profiles that appear in the latest 100 tools updated in a Supermarket. That might yield happy-enough results today, but I don't think it correctly or fully addresses the issue described here.
Description
inspec supermarket profiles
currently uses the only query parameter the Supermarket tools API offers at the moment:q=
. Sadly, this means that the returned list of profiles is limited to the number of tools that mention the words "compliance profile" in their descriptions. So users are not seeing a complete list of profiles available.InSpec and Platform Version
Supermarket version 2.8.27.
Replication Case
Note, this is not a complete list of compliance profiles currently on the Supermarket (10 at the time of this writing). These profiles appear because they contain the words "compliance profile" in their descriptions.
Possible Solutions
After a fix for chef/supermarket#1454 is released, the request parameters for the search in
inspec supermarket
can be updated. Pending the Supermarket release, the params will probably look like:The text was updated successfully, but these errors were encountered: