Skip to content

Commit

Permalink
Bump scorecard to 4.10.2 (#813)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Dec 22, 2022
1 parent ffb098d commit 72ab20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clomonitor-linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /tmp
RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
RUN git clone https://github.com/ossf/scorecard
WORKDIR /tmp/scorecard
RUN git checkout v4.10.0
RUN git checkout v4.10.2
RUN make install
RUN make build

Expand Down
2 changes: 1 addition & 1 deletion clomonitor-tracker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /tmp
RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
RUN git clone https://github.com/ossf/scorecard
WORKDIR /tmp/scorecard
RUN git checkout v4.10.0
RUN git checkout v4.10.2
RUN make install
RUN make build

Expand Down

0 comments on commit 72ab20d

Please sign in to comment.