configsentry 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,7 @@ jobs:
99
99
  runs-on: ubuntu-latest
100
100
  steps:
101
101
  - uses: actions/checkout@v4
102
- - uses: alfredMorgenstern/configsentry@v0.0.16
102
+ - uses: alfredMorgenstern/configsentry@v0.0.18
103
103
  with:
104
104
  target: .
105
105
  # optional: baseline: .configsentry-baseline.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "configsentry",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "Developer-first guardrails for docker-compose.yml (security + ops footguns).",
5
5
  "type": "module",
6
6
  "license": "MIT",