Skip to content

Commit

Permalink
Add template policy file back. TODO determine if we should replace th…
Browse files Browse the repository at this point in the history
…is with a different template

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Oct 25, 2022
1 parent f42bedb commit dc9159f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit dc9159f

Please sign in to comment.