Skip to content

fix: restore scanReport output#107

Merged
tembleking merged 2 commits into
masterfrom
fix/restore-scan-report-output
Apr 16, 2026
Merged

fix: restore scanReport output#107
tembleking merged 2 commits into
masterfrom
fix/restore-scan-report-output

Conversation

@tembleking

Copy link
Copy Markdown
Member

Closes #104

The writeReport function that set the scanReport action output was removed in #89 (clean architecture refactor) without a replacement. The scanReport output is still declared in action.yml but was always returning an empty string.

This restores the output by pointing it to ./scan-result.json, the file the CLI scanner already produces via --output=json-file=scan-result.json. Same data the old ./report.json contained, just without the redundant copy.

#104)

The `writeReport` function that set the `scanReport` output was removed
in #89 without a replacement. This sets the output to point to the
`scan-result.json` file that the CLI scanner already produces.
@tembleking tembleking requested a review from a team as a code owner April 16, 2026 08:21
@tembleking tembleking enabled auto-merge (squash) April 16, 2026 08:22
@tembleking tembleking disabled auto-merge April 16, 2026 08:23
cristof-ziel
cristof-ziel previously approved these changes Apr 16, 2026
@tembleking tembleking merged commit 9ccb0a0 into master Apr 16, 2026
10 checks passed
@tembleking tembleking deleted the fix/restore-scan-report-output branch April 16, 2026 08:26
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.

outputs.scanReport doesn't work anymore

2 participants