An open API service indexing awesome lists of open source software.

https://github.com/tetherto/qvac-actions

GitHub Actions for the QVAC monorepo CI/CD workflows
https://github.com/tetherto/qvac-actions

Last synced: about 2 months ago
JSON representation

GitHub Actions for the QVAC monorepo CI/CD workflows

Awesome Lists containing this project

README

          

# qvac-devops

Central operational repository: reusable GitHub Actions workflows and
composite actions shared across the `tetherto` / `qvac` orgs.

## Reusable workflows

- **Canonical security baseline** (TruffleHog + CodeQL) —
see [`docs/security-baseline.md`](docs/security-baseline.md).

```yaml
uses: tetherto/qvac-devops/.github/workflows/public-reusable-security.yml@main
```

Other reusable workflows and composite actions live in
[`.github/workflows/`](.github/workflows) and
[`.github/actions/`](.github/actions).