Skip to content

Commit

Permalink
Remove Azure Pipelines (osquery#6953)
Browse files Browse the repository at this point in the history
GitHub Actions is at parity with Azure Pipelines. Remove Azure
  • Loading branch information
directionless authored Feb 17, 2021
1 parent 56b56cd commit 552c6bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 491 deletions.
5 changes: 3 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
# precedence.

# General write access
* @osquery/osquery-committers, @osquery/facebook-osquery-write
* @osquery/osquery-committers

.github/workflows @osquery/osquery-build-wardens

# As CODEOWNERS is last match oriented, we restrict slightly more
# sensitive files here.
CODEOWNERS @osquery/foundation-committers
azure-pipelines.yml @osquery/foundation-committers
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Available for Linux, macOS, Windows, and FreeBSD.
- Table Schema: [osquery.io/schema](https://osquery.io/schema)
- Query Packs: [osquery.io/packs](https://github.com/osquery/osquery/tree/master/packs)
- Slack: [Request an auto-invite!](https://join.slack.com/t/osquery/shared_invite/zt-h29zm0gk-s2DBtGUTW4CFel0f0IjTEw)
- Build Status: [![GitHub Actions Build Status](https://github.com/osquery/osquery/workflows/build/badge.svg)](https://github.com/osquery/osquery/actions?query=workflow%3Abuild+branch%3Amaster) [![Azure Build Status](https://dev.azure.com/trailofbits/osquery/_apis/build/status/osquery?branchName=master)](https://dev.azure.com/trailofbits/osquery/_build/latest?definitionId=6&branchName=master) [![Coverity Scan Build Status](https://scan.coverity.com/projects/13317/badge.svg)](https://scan.coverity.com/projects/osquery) [![Documentation Status](https://readthedocs.org/projects/osquery/badge/?version=latest)](https://osquery.readthedocs.io/en/latest/?badge=latest)
- Build Status: [![GitHub Actions Build Status](https://github.com/osquery/osquery/workflows/build/badge.svg)](https://github.com/osquery/osquery/actions?query=workflow%3Abuild+branch%3Amaster) [![Coverity Scan Build Status](https://scan.coverity.com/projects/13317/badge.svg)](https://scan.coverity.com/projects/osquery) [![Documentation Status](https://readthedocs.org/projects/osquery/badge/?version=latest)](https://osquery.readthedocs.io/en/latest/?badge=latest)
- CII Best Practices: [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3125/badge)](https://bestpractices.coreinfrastructure.org/projects/3125)

## What is osquery?
Expand Down
Loading

0 comments on commit 552c6bc

Please sign in to comment.