-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 make filter queries optional (#741)
Currently filter queries that error during the compile stage will cause the execution to fail. However, with the new providers model, certain contents are now optional, thus the local compiler (given locally available schemas) will throw errors. We simply eliminate these filters from the result list. Example use-case: Have a scanner that only scans github. When it encounters filters, it will get a long list of technologies that are unsupported (like clouds and k8s). These can now simply be eliminated and moved on. Signed-off-by: Dominik Richter <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters