Skip to content

fix: report save location #19

Merged
marksie1988 merged 3 commits intomainfrom
update-pr-13
Mar 9, 2026
Merged

fix: report save location #19
marksie1988 merged 3 commits intomainfrom
update-pr-13

Conversation

@marksie1988
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Currently scans are in the .config folder which could be difficult to find one some OS's

What is the new behavior?

Scan results are saved in {home}/.edgewalker for better user experience

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Simon Morley and others added 3 commits March 6, 2026 13:48
output_dir was defaulting to get_config_dir()/scans which buried scan
results inside ~/Library/Application Support/edgewalker/scans on macOS
— a hidden system directory users can't easily find.

Now uses a dedicated get_data_dir() (defaulting to ~/.edgewalker) so
results land in ~/.edgewalker/scans, visible and accessible from the
terminal. Override with EW_DATA_DIR env var.
@marksie1988 marksie1988 changed the title Update pr 13 fix: report save location Mar 9, 2026
@marksie1988 marksie1988 merged commit a4d7d75 into main Mar 9, 2026
9 of 10 checks passed
@marksie1988 marksie1988 deleted the update-pr-13 branch March 9, 2026 20:29
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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