Michael Ludwig
Michael Ludwig
Upgrade various gradle dependencies to fix CVEs. ## Description The following CVEs were patched. Shown are the versions before and after the patch. https://nvd.nist.gov/vuln/detail/CVE-2015-5237 `com.google.protobuf:protobuf-java 3.3.1 -> 3.14.0` https://nvd.nist.gov/vuln/detail/CVE-2017-18640 `org.yaml:snakeyaml...
I have a cron trigger deployed in openwhisk: ``` $ wsk trigger get /whisk.system/getvolumes-trigger { "activationId": "98bbc6046c7c4014bbc6046c7c00148c", "annotations": [ { "key": "path", "value": "whisk.system/alarms/alarm" }, { "key": "waitTime", "value": 366...
Actions that used a custom image from a private registry were failing, since the invoker containers weren't logged into the registry. This commit runs `docker login` in the invoker containers...
# Bug Report ## Description 1. What did you do? `sls deploy` using openwhisk and a cron trigger. 1. What happened? An "application error" on the openwhisk trigger. It says...