Commit e55a8a6
authored
fix: docker and podman are optional for image analysis (#173)
## Description
fix: docker and podman are optional for image analysis
>Optionally, set the full path of the Docker or Podman executable. Syft
will attempt to find the images in the Docker or Podman daemon with the
executable. Otherwise, Syft will try direct remote registry access.
**Related issue (if any):** fixes #issue_number_goes_here
## Checklist
- [x] I have followed this repository's contributing guidelines.
- [x] I will adhere to the project's code of conduct.1 parent 8c20764 commit e55a8a6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments