Skip to content

Update common to v2.1.6

Lucas Charles requested to merge update-common-to-2.1.5 into master

What does this MR do?

Bump common dependency to version: v2.1.5

The expectation diff is hard to read but it's really just an order change:

❯ cat test/expect/gl-sast-report.json | jq '.vulnerabilities | length'
33

❯ cat test/fixtures/gl-sast-report.json | jq '.vulnerabilities | length'
33

❯ diff <(cat test/expect/gl-sast-report.json | jq '.vulnerabilities | map(.cve) | sort') <(cat test/fixtures/gl-sast-report.json | jq -S '.vulnerabilities | map(.cve) | sort')

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports