Skip to content

Commit

Permalink
Bump scorecard to 4.12.0 (#1279)
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 Sep 26, 2023
1 parent 38d38e7 commit 4f676ef
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 @@ -19,7 +19,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.5
RUN git checkout v4.12.0
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 @@ -19,7 +19,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.5
RUN git checkout v4.12.0
RUN make install
RUN make build

Expand Down

0 comments on commit 4f676ef

Please sign in to comment.