added verification for dockerfile and spdx detector, minor bug fixes#322
Conversation
2fb66d5 to
dcf9df8
Compare
|
Two points: It looks like the serialization of SPDX components is wrong. They're all serialized as
I'd expect a name and version in the output. Secondly, I'd rather some more targeted FROM ubuntu AS base
FROM baseor ARG tag
FROM ubuntu:${tag} as base
FROM base |
Fixed it by addiing setter in |
I have covered Canonical = 0, Tagged = 2, Dual = 3, Digest = 4, in the existing examples in the PR. Only added pattern. |
* fix: IDE0052, IDE0055 * fix: IDE0057 * added verification for dockerfile and spdx detector, minor bug fixes (#322) * chore(deps): update dependency fluentassertions to v6.8.0 (#324) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency microsoft.visualstudio.threading.analyzers to v17.3.48 (#323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * remove linux-container detection stage (#327) * resolved local merge conflicts * Add new exclusions to .editorconfig (#328) Add the IDE0053, IDE0200, CA1311, CA1852, and CA1854 exlcusions to .editorconfig to avoid build breaks. * Add IDE0052 to warning exclusion (#329) Add IDE0052 to warning exclusion * resolved PR build failures Co-authored-by: Daniel Akili <danielakili@microsoft.com> Co-authored-by: Rushabh <rbhansali@microsoft.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Coby Allred <cobyallred@gmail.com>
DockerReferenceandSPDX22SBOMdetectorsDockerReferncedetection that detected Repository kind as canonical.Note: verification tests are expected to fail because new detectors are enabled in this PR.