Skip to content

Commit 6bc5e17

Browse files
fix: blanks around lists in AGENTS.md
MD032/blanks-around-lists
1 parent 7c92bd3 commit 6bc5e17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ npx markdownlint-cli2 "**/*.md"
150150
npx markdownlint-cli2 --fix "**/*.md"
151151

152152
Dockerized security scans (recommended for local, cross-platform)
153+
153154
- Grype:
154155
docker run --rm -v "$PWD:/workspace" anchore/grype:latest grype dir:/workspace -o sarif=grype.sarif
155156
- Gitleaks:
@@ -164,6 +165,7 @@ Dockerized security scans (recommended for local, cross-platform)
164165
docker run --rm -v "$PWD:/data" mkodockx/docker-clamav clamscan -r /data --log=/data/clamdscan.txt
165166

166167
Notes:
168+
167169
- These commands write SARIF/text artifacts to the project root so CI/agents can consume them.
168170
- CI already runs scanners; use these for local verification when Docker is available.
169171
- If Docker is unavailable, use the platform-specific installs documented in docs/DEVELOPERS_GUIDE.md.

0 commit comments

Comments
 (0)