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
- Host: GitHub
- URL: https://github.com/tetherto/qvac-actions
- Owner: tetherto
- Created: 2026-06-09T09:33:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T16:28:53.000Z (about 2 months ago)
- Last Synced: 2026-06-10T18:13:10.670Z (about 2 months ago)
- Language: JavaScript
- Size: 922 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/security-baseline.md
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).