Sebastian Schuberth

Results 1540 comments of Sebastian Schuberth

Looks like there's a subtle issue with indentation of YAML lists: The "-" for the item must be on the start column of the parent key. This works for me:...

Very weird, I was able to reproduce it once, but now not anymore...

> The intendation is exactly as in Ok, that was a bit confusing. I've adressed that in https://github.com/oss-review-toolkit/ort/pull/9549.

> 1. Install ORT on Jenkins with the right Environment Variables @MNesche, can you elaborate what you mean by "with the right Environment Variables"? Do you set environment variables that...

Ok, but you're not using [Hoplite's mechanism to override configuration properties via environment variables](https://github.com/sksamuel/hoplite?tab=readme-ov-file#environmentvariablespropertysource)?

@MNesche can you try without your work-around but https://github.com/oss-review-toolkit/ort/pull/10095 merged? Do you then get a proper error on your side, instead of the silent fallback to the default config?

@sinkarharshad and others, could you try with https://github.com/oss-review-toolkit/ort/pull/10106? Is the issue then still reproducible?

Thanks @sinkarharshad for trying! Do you see the new "All property sources were empty, falling back to the default configuration." [log statement](https://github.com/oss-review-toolkit/ort/blob/4d1b50048e1d6d69f45633e66fd83748ea9f0b0a/model/src/main/kotlin/config/OrtConfiguration.kt#L193) in the output?

If you don't have any sensitive information in there, could you also dump all your environment variables?

Is this issue still reproducible by anyone with latest ORT?