CrowdStrike / falcon-scripts

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

feat(container-pull-script): add support for falcon snapshot scanner #250

Closed carlosmmatos closed 5 months ago

carlosmmatos commented 5 months ago

Closes #199

This PR introduces support for downloading/pushing the Falcon Snapshot scanner image.

Example Output for listing tags:

❯ bash bash/containers/falcon-container-sensor-pull/falcon-container-sensor-pull.sh -t falcon-snapshot --list-tags        
{
  "name": "cs-snapshotscanner",
  "tags": [
    "0.4.0",
    "0.15.0",
    "0.20.0"
  ]
}