Skip to content

Conversation

saghaulor
Copy link
Contributor

@saghaulor saghaulor commented Jul 10, 2025

Description:

  • Now you can scan an image directly after building it with docker build by using the docker:// prefix. This is ideal for local development and CI/CD pipelines that want to ensure images do not contain leaked secrets before pushing to an image registry.
  • Resolves Add support for scanning images from the Docker daemon #4275

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@saghaulor saghaulor requested review from a team as code owners July 10, 2025 00:00
@saghaulor saghaulor force-pushed the add_support_for_docker_daemon_as_a_source branch 2 times, most recently from 6865bc0 to 449608b Compare July 11, 2025 22:11
@rosecodym rosecodym mentioned this pull request Jul 15, 2025
2 tasks
@saghaulor saghaulor force-pushed the add_support_for_docker_daemon_as_a_source branch from 449608b to 6dac565 Compare July 15, 2025 17:58
…mon (trufflesecurity#4276)" (trufflesecurity#4291)"

This reverts commit 562dd72.

- Now you can scan an image directly after building it with docker build by using the docker:// prefix.
  This is ideal for local development and CI/CD pipelines that want to ensure images do not contain leaked secrets before pushing to an image registry.
- Resolves Add support for scanning images from the Docker daemon trufflesecurity#4275
@saghaulor saghaulor force-pushed the add_support_for_docker_daemon_as_a_source branch from 6dac565 to 9a4e08b Compare July 15, 2025 17:59
Copy link
Collaborator

@rosecodym rosecodym left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for putting up with all the back-and-forth!

@rosecodym rosecodym merged commit eafb8c5 into trufflesecurity:main Jul 15, 2025
13 checks passed
@saghaulor saghaulor deleted the add_support_for_docker_daemon_as_a_source branch July 15, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for scanning images from the Docker daemon
2 participants