Matthew Robinson

Results 4 comments of Matthew Robinson

Here's the debug logs: ``` /home/runner/_work/_tool/frogbot/[RELEASE]/x64/frogbot scan-repository 17:22:58 [Info] Frogbot version: 2.19.4 17:22:58 [Debug] Reading config from file system. Looking for .frogbot/frogbot-config.yml 17:22:58 [Debug] frogbot-config.yml wasn't found in /home/runner/_work/proto-hastur-ui/proto-hastur-ui/.frogbot/frogbot-config.yml. Searching...

Any indication what I may have done wrong @omerzi ?

Same here, downgraded to `2.7.0`. I also saw an sdk error on the latest version when trying to run `serverless deploy` ``` ... ○ Created layer package /path/to/Developer/packages/api/.serverless/layer.zip (0.2 MB)...

we're setting the credentials with `serverless config credentials` in a github action ``` - name: Assume Remote Role id: aws-creds uses: aws-actions/configure-aws-credentials@v4 with: aws-region: us-east-1 role-to-assume: arn:aws:iam::${{ steps.account-config.outputs.pipeline-account }}:role/rolename disable-retry:...