Skip to content

chore: ignore local audit output, keep audit-prompt.md tracked#71

Merged
andregoepel merged 1 commit into
mainfrom
chore/ignore-audit-output
Jul 4, 2026
Merged

chore: ignore local audit output, keep audit-prompt.md tracked#71
andregoepel merged 1 commit into
mainfrom
chore/ignore-audit-output

Conversation

@andregoepel

Copy link
Copy Markdown
Owner

What

Add a negated .gitignore rule so generated security-audit reports under audit/ stay out of version control, while the reusable audit/audit-prompt.md remains committable:

/audit/*
!/audit/audit-prompt.md

Also commits audit/audit-prompt.md itself so the audit can be re-run by anyone who clones the repo.

Why

Running the audit prompt produces a set of report files (repository-overview.md, authentication.md, marten.md, scorecard.md, executive-summary.md, etc.) that are local working artifacts, not source. They should not be tracked, but the prompt that generates them is worth keeping.

Reviewer notes

The security-audit workflow generates report files under audit/ that are
local working artifacts and should not be version-controlled. Add a negated
gitignore rule so everything in audit/ is ignored except audit-prompt.md
(the reusable prompt), which is committed so the audit can be re-run.
@andregoepel
andregoepel merged commit 2ff1dc3 into main Jul 4, 2026
3 checks passed
@andregoepel
andregoepel deleted the chore/ignore-audit-output branch July 6, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant