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

Feature request: build results Scans tab should pick up Pipeline Artifacts, in addition to Build Artifacts #4

Open
dbjorge opened this issue Jun 24, 2022 · 1 comment

Comments

@dbjorge
Copy link

dbjorge commented Jun 24, 2022

Issue description

Azure DevOps build pipelines support two competing types of uploaded artifacts:

In general, Azure DevOps recommends Pipeline Artifacts over Build Artifacts (see the disclaimer at the top of the Build Artifacts docs), but currently, the SARIF SAST Scans Tab extension only supports CodeAnalysisLogs artifacts created as Build Artifacts. If you attempt to upload CodeAnalysisLogs as a pipeline artifact, the Scans tab will show that no SARIF file(s) were found, and its developer console output will show a 404 error.

Ideally, the extension would check for both build and pipeline artifacts using that name and load any matching artifacts from both locations.

Motivation

This appears to be a common source of confusion:

@agorischek
Copy link

+1, this has been a problem for my team recently. Pipeline artifact support would be great!

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

No branches or pull requests

2 participants