Skip to content

Add more properties to the Secure scan snowplow tracking event

Cameron Swords requested to merge track-label-and-property-with-scan-event into master

What does this MR do?

Adds the Analyzer ID (e.g. gitlab-dast) as the event label and the Scan type (e.g. dast/sast/etc) as the event property to the Snowplow event that is tracked whenever a Secure scan is executed.

While this data is already captured as part of the context, adding as label and property allows for filtering on these values in Sisense SQL queries as the context cannot be queried directly.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Cameron Swords

Merge request reports