CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
127 stars 79 forks source link

fix(container-pull): fix issue with artifactory incorrect tags + add version info #307

Closed carlosmmatos closed 1 month ago

carlosmmatos commented 1 month ago

Fixes #304 #306

This PR fixes a current issue affecting Artifactory registries and multi-arch images in which the digest of the images are being displayed as tags. However, this poses a problem become the digest is not a valid tag format. A recent CVE exposed this and now tools such as Skopeo and Podman have patched this which is causing the listing tag issue with Artifactory.

Also added a better way to get the version of the script currently being used.