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.
1 parent 97cc96a commit ec01653Copy full SHA for ec01653
.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:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
4
ARG TARGETOS
5
ARG TARGETARCH
ARG COMPONENT
0 commit comments