Skip to content

Commit 1650455

Browse files
Merge pull request #136 from frmscoe/license-header
Chore: add license header
2 parents 45903f1 + 95c09df commit 1650455

File tree

12 files changed

+62
-0
lines changed

12 files changed

+62
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# Set update schedule for GitHub Actions
24

35
version: 2

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
name: Benchmark CI
24
env:
35
GITHUB_TOKEN: ${{ secrets.GH_WRITE_TOKEN }}

.github/workflows/codacy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# This workflow uses actions that are not certified by GitHub.
24
# They are provided by a third-party and are governed by
35
# separate terms of service, privacy policy, and support

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# For most projects, this workflow file will not need changing; you simply need
24
# to commit it to your repository.
35
#

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# Dependency Review Action
24
#
35
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.

.github/workflows/milestone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
name: Milestone Workflow
24

35
on:

.github/workflows/njsscan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# This workflow uses actions that are not certified by GitHub.
24
# They are provided by a third-party and are governed by
35
# separate terms of service, privacy policy, and support

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
24
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
35

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
name: Release Workflow
24

35
on:

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
ARG BUILD_IMAGE=node:20-bullseye
24
ARG RUN_IMAGE=gcr.io/distroless/nodejs20-debian11:nonroot
35

0 commit comments

Comments
 (0)