How to use the urlscan.komand_urlscan.connection.schema.Input function in urlscan

To help you get started, we’ve selected a few urlscan examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rapid7 / insightconnect-plugins / urlscan / komand_urlscan / connection / connection.py View on Github external
def connect(self, params={}):
        if Input.API_KEY in params:
            if params.get(Input.API_KEY).get('secretKey'):
                self.headers['API-Key'] = params[Input.API_KEY]['secretKey']