scout-action
scout-action copied to clipboard
Docker Scout GitHub Action
My job gets stuck/fails (repeatedly after reruns/retries) after outputting: `...Storing image for indexing` I'm using it like this: ```yaml name: Docker image on: push: branches: - master pull_request: merge_group: env:...
# Summary This action is not respecting the GitHub API URL provided from the context / environment. # Details Running this action on a self-hosted GitHub Enterprise Server (GHES) instance...
If the `image` uses a secret the value of the secret is leaked in the github comment. In the example image below the `image reference` leaks the value of secrets...
Hi! I wanted to use this action for my Gitea/Forgejo instance. It started pretty well but failed when it tried to fetch comments. ``` ::group::compare ...Storing image for indexing ✓...
Hello, I'm executing docker scout action by REST from another CI system (which releases the artifacts), will it be possible to write PR comments also for `event.type=workflow_dispatch`. Thanks
I'm using the provided example here: https://github.com/docker/scout-action#build-an-image-push-and-compare to run docker scout, but if the output from `metadata-action` `steps.meta.outputs.tags` contains multiple tags it's output as a multi-line string and this leads...
Currently this action is not usable for PRs from forks because secrets are not available in this case – and you currently enforce a login to Docker Hub. The recommended...
1.12.0 does not have this issue our workflow goes: 1. login to ghcr.io 2. login to docker hub where we have scout access 3. build image 4. push image to...
i have this error if i use Login to a registry to pull private images (non Docker Hub. I add here registry-user and registry-password Service principle, Access key and user...
### Issue I've been implementing this action to ensure our engineering team is informed if new vulnerabilities are introduced into our Docker image through the development process, particularly in PRs....