configsentry 0.0.23 → 0.0.24
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.
- package/README.md +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npx configsentry ./docker-compose.yml
|
|
|
15
15
|
### GitHub Action (minimal)
|
|
16
16
|
|
|
17
17
|
```yml
|
|
18
|
-
- uses: alfredMorgenstern/configsentry@v0.0.
|
|
18
|
+
- uses: alfredMorgenstern/configsentry@v0.0.23
|
|
19
19
|
with:
|
|
20
20
|
target: .
|
|
21
21
|
```
|
|
@@ -27,7 +27,7 @@ permissions:
|
|
|
27
27
|
contents: read
|
|
28
28
|
security-events: write
|
|
29
29
|
|
|
30
|
-
- uses: alfredMorgenstern/configsentry@v0.0.
|
|
30
|
+
- uses: alfredMorgenstern/configsentry@v0.0.23
|
|
31
31
|
with:
|
|
32
32
|
target: .
|
|
33
33
|
sarif: true
|
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
146
146
|
runs-on: ubuntu-latest
|
|
147
147
|
steps:
|
|
148
148
|
- uses: actions/checkout@v4
|
|
149
|
-
- uses: alfredMorgenstern/configsentry@v0.0.
|
|
149
|
+
- uses: alfredMorgenstern/configsentry@v0.0.23
|
|
150
150
|
with:
|
|
151
151
|
target: .
|
|
152
152
|
# optional: baseline: .configsentry-baseline.json
|
|
@@ -173,6 +173,11 @@ jobs:
|
|
|
173
173
|
node dist/cli.js --target ./example.docker-compose.yml
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
+
## Feedback / ideas
|
|
177
|
+
|
|
178
|
+
- Open an issue with a **sanitized minimal Compose snippet**:
|
|
179
|
+
https://github.com/alfredMorgenstern/configsentry/issues
|
|
180
|
+
|
|
176
181
|
## Next steps
|
|
177
182
|
- GitHub Marketplace listing (Action)
|
|
178
183
|
- more rules (policy packs for common stacks)
|