Skip to content

Commit

Permalink
scorecard: pin dependencies as sugested by OpenSSF scorecard (#2761)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Dec 1, 2023
1 parent 78aa08f commit 0cdb93a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ updates:
directory: "/packaging"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/fuzz"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions fuzz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazonlinux:2023
FROM amazonlinux:2023@sha256:521e488723a1ae16055067e3b78954870cf1c08c9d45421b9f8ffad82b349e1c

WORKDIR /workspace

Expand All @@ -8,7 +8,7 @@ COPY . .

RUN dnf install -q -y make clang golang && \
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 20 && \
go install github.com/mdempsky/go114-fuzz-build@latest && \
go install github.com/mdempsky/go114-fuzz-build@v0.0.0-20200813011514-561a369ae6e1 && \
go mod init fuzz && \
go mod tidy && \
make -s -j $(nproc) && \
Expand Down

0 comments on commit 0cdb93a

Please sign in to comment.