1.2 KiB
1.2 KiB
Updating Syft
For container detection we use Syft. Occasionally, as new versions of Syft are released, we need to update the version we use. To do this:
-
Ensure you're authenticated to Azure and our Azure Container Registry
az login az acr login --name governancecontainerregistry
-
Find the latest version of Syft
-
Install Skopeo
-
Use
skopeo
to copy the manifest and images to our Azure Container Registry:skopeo copy --all docker://docker.io/anchore/syft:{LATEST} docker://governancecontainerregistry.azurecr.io/syft:{LATEST}
-
Update the container reference in
LinuxScanner
-
Update the models that map the Syft output