Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

docker-index macOS Monterey not signed #1

Open
rcollette opened this issue Oct 28, 2022 · 2 comments
Open

docker-index macOS Monterey not signed #1

rcollette opened this issue Oct 28, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rcollette
Copy link

I am not able to run docker-index. I am getting the following error.

“docker-index” cannot be opened because it is from an unidentified developer.
@patatman
Copy link

I'm having the same issue. Can't seem to run it out of the box.
You can disable this behaviour by running:
xattr -dr com.apple.quarantine docker-index

This removes the file attribute, and allow you to run the tool.
For more information: https://apple.stackexchange.com/questions/202169/how-can-i-open-an-app-from-an-unidentified-developer-without-using-the-gui

@cdupuis cdupuis self-assigned this Nov 2, 2022
@cdupuis cdupuis added the enhancement New feature or request label Nov 2, 2022
@cdupuis
Copy link
Collaborator

cdupuis commented Nov 2, 2022

@rcollette given this tools is still early in its development, we are currently not planning on signing it. Eventually this will come of course.

To still be able to run this on Mac OS I see 3 possible approaches:

  • Clone the repository and build from source. There there is a Taskfile.yaml and the command would be task go:install
  • Run the tool from a Docker container like docker run -it ghcr.io/docker/docker-index:main cve -i node:latest DSA-2022-0001
  • Disable the Apple security check for this tool as per @patatman

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants