orc/plugins/Security/native_function.py [24:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        security_hub_key: Annotated[str, "The key to access the security hub"]
    ) -> Annotated[bool, "Passed security checks"]:
        if APIM_ENABLED:
            security_hub_endpoint=os.environ["APIM_SECURITY_HUB_ENDPOINT"]
        else:
            security_hub_endpoint=SECURITY_HUB_ENDPOINT
        try:
            async with aiohttp.ClientSession() as session:
            # Make a POST request using the session.post() method
             async with session.post(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



orc/plugins/Security/native_function.py [58:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        security_hub_key: Annotated[str, "The key to access the security hub"]
    ) -> Annotated[bool, "Passed security checks"]:
        if APIM_ENABLED:
            security_hub_endpoint=os.environ["APIM_SECURITY_HUB_ENDPOINT"]
        else:
            security_hub_endpoint=SECURITY_HUB_ENDPOINT
        try:
            async with aiohttp.ClientSession() as session:
            # Make a POST request using the session.post() method
             async with session.post(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



