anchore / grype

A vulnerability scanner for container images and filesystems
Apache License 2.0
8.58k stars 559 forks source link

fix: update grype version in ac tests to support darwin arm64 #1830

Closed spiffcs closed 5 months ago

spiffcs commented 5 months ago

Summary

Github recently updated their runners for osx to use arm64 architecture. The previous version of grype v0.24.0 did not support this release so our AC would fail. I've updated this test to an older version of grype, but one that adopts the arch used by the default GH runner.