Cortex CLI for API Security
Authentication
type: headers
creds:
name: <header name>
value: <header value>
------------------------------------
For basic auth
type: basic
creds:
username: {USERNAME}
password: {PASSWORD}
------------------------------------
For API Keys
type: headers
creds:
name: x-api-key
value: {API key}
------------------------------------
For Bearer tokens
type: headers
creds:
name: Authorization
value: Bearer {BEARER_TOKEN} Run API Security scans
Output
API Security scan report schema
API Security scan output example
PreviousCloud Workload Protection command line referenceNextCortex CLI API Security command line reference guide
Last updated
Was this helpful?
