serverless-puresec-cli
serverless-puresec-cli copied to clipboard
Serverless plugin for least privileges.
This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...
I tried running this on my serverless project, which uses node 10 as the runtime. I got the following warning for all my functions, and no roles generated: ``` warn:...
I am getting the error `spawn npm ENOENT` when I run the `serverless puresec gen-roles" command. ``` Your Environment Information --------------------------- OS: win32 Node Version: 10.15.3 Serverless Version: 1.42.2 ```
Hello! I'm trying to run `serverless puresec gen-roles`, but it's coming up with an error. I suspect it might be due to the fact that I'm also using the colocate...
# Environment: 1. NPM: 3.10.10 2. Win 10 3. Python 3.6.5 4. Node: 6.10.2 5. Serverless: 1.27.2 # Steps to reproduce: 1. run npm command ``` npm install --save-dev serverless-puresec-cli...
I keep getting this error whenever I run serverless puresec gen-roles. "serverless package did not create a function zip for mylamdabk".but the file I have is a jar file. not...