Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

carlosmmatos
Copy link
Contributor

@carlosmmatos carlosmmatos commented Jan 25, 2024

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"
  ]
}

Closes CrowdStrike#199

This PR introduces support for downloading/pushing the Falcon Snapshot scanner image.
@carlosmmatos carlosmmatos added documentation Improvements or additions to documentation enhancement New feature or request bash container linux next release Issues targeted for next release labels Jan 25, 2024
@carlosmmatos carlosmmatos self-assigned this Jan 25, 2024
@carlosmmatos carlosmmatos merged commit 59ce8ad into CrowdStrike:main Jan 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash container documentation Improvements or additions to documentation enhancement New feature or request linux next release Issues targeted for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Falcon Snapshot
2 participants