sadnub
sadnub
@koca Interesting, I tested teh click event on the netlify build in the PR and it isn't working. But if I run yarn example and test it there it works.
Currently, policies don't have any owners assigned since they can be applied anywhere. The only permissions are view/edit Policies. This would take quite a bit of rework to implement, but...
#219 Merging with this request
I just made some changes today, so check this out on the next release.
Could we just search the script body and args for `[protocol]://` and automatically return to the UI that the script references external resources? This would make it automatic and keep...
I'm thinking this could be configurable in the settings.
I made some progress on this. I can't give a time frame for when it will be fully featured though.
I have a pretty good start on a custom-built report runner already. Basically, using Markdown/CSS/JS for the report templates and pandas to render everything on the backend.
How do you envision the permissions to work on the uploaded files? Should those be downloadable publicly or just available to the agent?
On another note, I have had really good luck embedded plain text files in powershell as here strings. ```powershell $batchfile = @" @echo off cd Start "" /MIN /wait "C:\BgInfo\bginfo.exe"...