We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9fe558 + 383e5d6 commit 29f30b7Copy full SHA for 29f30b7
.github/workflows/reuse.yaml
@@ -6,6 +6,6 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
- name: REUSE Compliance Check
11
- uses: fsfe/reuse-action@v5
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5
Dockerfile
@@ -1,6 +1,6 @@
1
# Use distroless as minimal base image to package the component binary
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
-FROM gcr.io/distroless/static-debian12:nonroot
+FROM gcr.io/distroless/static-debian12:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
4
ARG TARGETOS
5
ARG TARGETARCH
ARG COMPONENT
0 commit comments