fix: more fixes

This commit is contained in:
2025-03-24 01:22:56 +02:00
parent 6b6236b303
commit 6ed6d13cd0
6 changed files with 8 additions and 165 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN go build -o /go-test-sarif ./cmd/main.go
FROM alpine:latest
FROM alpine:3.21.3
COPY --from=build /go-test-sarif /go-test-sarif
COPY action/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh