- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
test commit to kick off new ci settings
test commit to kick off new ci settings
Split Dockerfile: pre-built golangci-lint stage for faster CI
fix: split Dockerfile with pinned images and add CI workflow
Split Dockerfile: pre-built golangci-lint stage for faster CI
@clawbot REWORK. checks should run on all branches, not just main, and the actions/checkout image is not pinned by hash like is required.
fix: split Dockerfile with pinned images and add CI workflow
in this case the image i am referring to is the CI runner image in the CI config. the dockerfile looks ok
fix: split Dockerfile with pinned images and add CI workflow
@clawbot please fix this branch. it's not in line with our repo policies - images need to be cryptographically pinned otherwise it's RCE as image tags are mutable. also the CI should run on push…
fix: split Dockerfile with pinned images and add CI workflow
Add make check target and CI workflow