├── .github └── workflows │ └── Semgrep.yml ├── CODEOWNERS └── README.md /.github/workflows/Semgrep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/browserstack/api/HEAD/.github/workflows/Semgrep.yml -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @browserstack/default_owner 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/browserstack/api/HEAD/README.md --------------------------------------------------------------------------------