Skip to content

Commit dcbe509

Browse files
pin actions to SHAs, add CI/PyPI badges
1 parent 0e273cc commit dcbe509

4 files changed

Lines changed: 21 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2121
with:
2222
persist-credentials: false
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2222
- name: Setup Pages
23-
uses: actions/configure-pages@v5
23+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b
2424
- name: Build with Jekyll
25-
uses: actions/jekyll-build-pages@v1
25+
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697
2626
with:
2727
source: .
2828
destination: ./_site
2929
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v3
30+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa
3131

3232
deploy:
3333
environment:
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v4
41+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
id-token: write
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2525

2626
- name: Set up Python 3.11
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2828
with:
2929
python-version: "3.11"
3030

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ Keep configurations consistent across all environments, automatically. ConfigDri
99
[![GitHub release](https://img.shields.io/github/v/release/Coding-Dev-Tools/configdrift?label=latest)](https://github.com/Coding-Dev-Tools/configdrift/releases)
1010
![Python](https://img.shields.io/badge/python-3.10%2B-blue)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Coding-Dev-Tools/configdrift/blob/main/LICENSE)
12-
[![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/configdrift)
12+
|[![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/configdrift)
13+
[![CI](https://github.com/Coding-Dev-Tools/configdrift/actions/workflows/ci.yml/badge.svg)](https://github.com/Coding-Dev-Tools/configdrift/actions/workflows/ci.yml)
14+
[![PyPI](https://img.shields.io/pypi/v/configdrift)](https://pypi.org/project/configdrift/)
1315

1416

17+
18+
Real-world scenarios:
19+
- **Multi-environment compliance**: Ensure staging and prod configs are identical before every deploy
20+
- **Secrets audit**: Detect env vars that exist in one environment but are missing in another
21+
- **CI/CD gating**: Block PRs that introduce config drift across environments
22+
- **Incident prevention**: Catch a changed database endpoint before it causes a production outage
23+
1524
## Installation
1625

1726
```bash
@@ -124,13 +133,13 @@ pytest --cov=configdrift
124133

125134
## Pricing
126135

127-
ConfigDrift is one of 11 tools in the DevForge suite. One license covers all CLI tools.
136+
ConfigDrift is one of 11 tools in the Revenue Holdings suite. One license covers all CLI tools.
128137

129138
| Plan | Price | Best For |
130139
|------|-------|----------|
131140
| **Free** | $0 | Individual devs, OSS — CLI only, 1 env pair |
132141
| **ConfigDrift Individual** | **$15/mo** ($12 billed annually) | Professional devs — unlimited environments, custom rules |
133-
| **Suite (all 11 tools)** | **$49/mo** ($39 billed annually) | Full DevForge toolkit — 40% savings |
142+
| **Suite (all 11 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
134143
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — drift history, Slack alerts, priority support |
135144
| **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
136145

0 commit comments

Comments
 (0)