Components
A BrazenCloud Action can contain many components, each of which deserve their own explanation.
We'll start with the file that tells the BrazenAgent how to initiate the Action:
ManifestHow parameters are defined for an Action:
ParametersHow parameters and other settings are passed to an Action when it is executed:
SettingsHow to collect results from an Action:
ResultsHow to add metadata to your Action:
RepositoryHow to control the resource usage and apply some security controls to an Action:
SecurityHow to make an action a Service:
ExecutionIf you want to be able to receive data from a previous Action:
PipelineOutput
All output (stdout, stderr) from an Action is captured and made available through the Portal.
Last updated