Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

2021-05-static-analysis.md

File metadata and controls

36 lines (22 loc) · 1.26 KB

Use GitHub Actions for Static Analysis

Context & Problem Statement

We've previously decided to use Cloud Build to manage Cloud Resources, but there are some user experience challenges compared to GitHub Actions.

Considered Options

  • Option 1: Cloud Build
  • Option 2: GitHub Actions

Decision

Chosen option [Option 2: GitHub Actions]

For automated work such as static analysis and unit testing, the trade-offs are different: we're not concerned with Cloud security in the same way.

GitHub Actions has simpler syntax, deeper GitHub integration, and a thriving ecosystem of examples.

Expected Consequences

  • Need to understand multiple "CI" products
  • Reduce feedback to the Cloud Build product

Links

Timeline