cds-snc/Forward github action data to Sentinel

Import data from a previous action into Microsoft Sentinel tables. Supports both the Logs Ingestion API (v2) and the legacy Data Collector API (v1).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: cds-snc/sentinel-forward-data-action@e358bf24b818e68a22c9736715a3b544851aaba8 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
file_nameFile that contains a list of outputs to be imported into the workspaceno
input_dataData from a previous action to be imported into the workspaceno
dce_endpointThe Data Collection Endpoint (DCE) or DCR logs ingestion endpoint URLno
dcr_rule_idThe immutable ID of the Data Collection Rule (DCR)no
stream_nameThe stream name in the DCR that represents the destination table (e.g. Custom-MyTable)no
azure_client_idThe Azure AD application (client) ID for authenticationno
azure_tenant_idThe Azure AD tenant ID for authenticationno
azure_client_secretThe Azure AD client secret (optional, omit to use GitHub OIDC federated credentials)no
log_analytics_workspace_idThe Log Analytics workspace IDno
log_analytics_workspace_keyThe Log Analytics workspace shared keyno
log_typeThe name of the custom log table (without the _CL suffix)no

no outputs