Tags: WalletConnect/actions
Tags
feat(auto-review): add GitHub Actions workflow security check (#51) Add automated security check to flag dangerous pull_request_target patterns that could enable supply chain attacks. The check flags: - CRITICAL: pull_request_target with PR head checkout - HIGH: pull_request_target with repository script execution - MEDIUM: any pull_request_target usage requiring security review This prevents vulnerabilities like those exploited in the Shai-Hulud supply chain attack (Nov 2025).
fix(terraform): fixes passing of TFC token, grafana key, selecting wo… …rkspace (#24) * fix: adding cli_config_credentials_token * fix: changing the workspace by env variable * fix: temporary removing tfvars * fix: making tfvars conditional * fix: fixing grafana key TF variable * fix: passing grafana variables by tfvars * fix: masking grafana key output * fix: rebasing on the #25 changes
PreviousNext