Skip to content

Allow QA expectations to be specified by ENV

Allows expectation files to be provided via URL to the underlying test job. This allows us to store expectations outside the project and transition towards keeping our expectations alongside the given analyzer, rather than the test project.

This will help us avoid circular dependency issues where updates to analyzers are inherently incompatible with existing test projects due to data mismatches.

See demonstration via gitlab-org/security-products/analyzers/pmd-apex!19 (merged)

Edited by Lucas Charles

Merge request reports