Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip dep output in static report for source-only mode #266

Closed
eemcmullan opened this issue Jun 21, 2024 · 2 comments
Closed

Skip dep output in static report for source-only mode #266

eemcmullan opened this issue Jun 21, 2024 · 2 comments
Assignees
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@eemcmullan
Copy link
Collaborator

If a source-only analysis runs, the static report will still use --dep-output as an option. This causes analysis to fail, as dependencies.yaml will not exist.

time="2024-06-18T16:08:23-04:00" level=error msg="failed to generate static report" error="2024/06/18 20:08:22 failed to load provider settings open /opt/output/dependencies.yaml: no such file or directory\n"
Error: 2024/06/18 20:08:22 failed to load provider settings open /opt/output/dependencies.yaml: no such file or directory

We need to skip this static report option for source-only analysis.

@eemcmullan eemcmullan self-assigned this Jun 21, 2024
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. labels Jun 21, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Planning Jun 21, 2024
@eemcmullan
Copy link
Collaborator Author

Fixed in #259

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Planning Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant