Fix Dockerfile and add CI workflow #2
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/webhooker#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Critical REPO_POLICIES violations in the Dockerfile:
golangci/golangci-lint:latest,golang:1.22-alpine, andalpine:latest. ALL external references must be pinned by sha256 hash. This is the most important rule in REPO_POLICIES.make check— REPO_POLICIES requiresmake checkas a Docker build step so the build fails if the branch is not green..gitea/workflows/check.ymlthat runsdocker build .on push.golangci/golangci-lintimage for linting instead of running it through the Makefile. Should usemake checkin a single builder stage.Related to issue #1 (bring repo up to standards).