Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcp/workers/linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk add --no-cache git
WORKDIR /src

# Using osv-schema v1.7.3+
RUN git clone https://github.com/ossf/osv-schema.git osv-schema && cd osv-schema && git checkout c18cb697447792d2eb47bea4ce70b7621a0f26e1
RUN git clone https://github.com/ossf/osv-schema.git osv-schema && cd osv-schema && git checkout 88c48750ddae8c47a59fc8412c72ebb885d0bdc3

WORKDIR /src/osv-schema/tools/osv-linter

Expand Down
Loading