From dc9159f050bf6aa55ffd77f0d3d22b67444933ce Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Tue, 25 Oct 2022 08:56:36 -0700 Subject: [PATCH] Add template policy file back. TODO determine if we should replace this with a different template Signed-off-by: Spencer Schrock --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e579910b..537ff525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,4 +38,5 @@ RUN CGO_ENABLED=0 make build # Need root for GitHub Actions support FROM gcr.io/distroless/base@sha256:122585ba4c098993df9f8dc7285433e8a19974de32528ee3a4b07308808c84ce COPY --from=build /src/scorecard-action / +COPY policies/template.yml /policy.yml ENTRYPOINT [ "/scorecard-action" ]