Skip to content
Merged
Show file tree
Hide file tree
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/api/googleapis
Submodule googleapis updated 1012 files
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 fe5c3a64c8f43962c7821a38a9d57770a0a0ddb1
RUN git clone https://github.com/ossf/osv-schema.git osv-schema && cd osv-schema && git checkout 09a17f85b44a24ec25d29f5b482ea57667b71f48

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

Expand Down
Loading