Skip to main content
All CollectionsTemplatesBasic
Gather CircleCI Global Environment Variables with Creation Date - Workflow Template
Gather CircleCI Global Environment Variables with Creation Date - Workflow Template

Gather Global Environment Variables from CircleCI and provide results organized by context and included creation date and context id.

Updated over a week ago

This Torq workflow template enables the automated collection of global environment variables from CircleCI, organized by context with included creation dates and context IDs. Designed to streamline CI/CD processes, this template can optionally filter variables by creation date and notify teams via email or messaging platforms like Slack or Teams. Its output is well-suited for web security alert remediation, providing a structured overview of environment variables for quick analyses and actions.

Use Cases

Remediate Web Security Alerts

Workflow Breakdown

  1. Pull CircleCI Contexts

  2. Loop over each Context and gather Global Environment Variables

  3. An optional area on the workflow can be used to send data via email/Slack/Teams if desired.

Vendors

Utils, CircleCI

Workflow Output

The output of the workflow will contain the Global Environment variables organized by CircleCI Context.

Did this answer your question?