Overview Use the Secret type for sensitive job parameters (passwords, tokens, community strings). It renders as a masked input field in the UI and prevents accidental exposure in...
Using Secret Variables in Netpicker Jobs
read more
Overview Use the Secret type for sensitive job parameters (passwords, tokens, community strings). It renders as a masked input field in the UI and prevents accidental exposure in...
First, clone the git repository with the Netpicker Policies and rules using the git clone command that can be found on the Netpicker Policies page: This should give you a local...
You can set up audit logging by setting an extra parameter in your docker-compose.yml file:x-api: &api_commonimage: netpicker/apienvironment:ENABLE_AUDIT_LOGGING: 1This logs...