bento icon indicating copy to clipboard operation
bento copied to clipboard

Remote docker container runs conflict

Open underyx opened this issue 5 years ago • 3 comments

bento-action doesn't work with 0.11.1 on PRs, probably because it tries to create docker containers with the same name twice, for the two scans on committed and staged code.

@nbrahms suggested we should always create a new container.

underyx avatar May 01 '20 16:05 underyx

@underyx I thought we packaged semgrep now as a binary to side-step a dependency on Docker for the GitHub Action?

dlukeomalley avatar May 01 '20 17:05 dlukeomalley

@nbrahms @DrewDennison What's the roadmap for deprecating semgrep-lint Action and/or merging it + Bento Action?

dlukeomalley avatar May 01 '20 17:05 dlukeomalley

oh, it does work, but it was for the bento-registry docker command

@nbrahms said that dockerfile should land in 0.12, not 0.11 — so this path forward here would be to make bento-action use the headless bento release, which does have a dockerfile

underyx avatar May 01 '20 17:05 underyx