diff --git a/.dockerignore b/.dockerignore index 8248486..91346c1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and Greenhouse contributors +# SPDX-License-Identifier: Apache-2.0 + # local testing files that may contain secrets *.tmp.json diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 7bee87b..9b3d96c 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -69,7 +69,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/pkg/resource/version.go b/pkg/resource/version.go index d82489e..afe318c 100644 --- a/pkg/resource/version.go +++ b/pkg/resource/version.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + package resource import (