Skip to content

Commit d56756a

Browse files
committed
fix(security/compliance): standardized TruffleHog and RSR metadata
1 parent 23dd487 commit d56756a

6 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
trufflehog:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121
with:
2222
fetch-depth: 0
2323
- name: TruffleHog Secret Scan

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# Justfile for flatracoon
34

45
# Default recipe — list available commands

netstack/Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-FileCopyrightText: 2025 Hyperpolymath <hyperpolymath@proton.me>
34
#
45
# FlatRacoon Network Stack - Justfile

netstack/orchestrator/assets/vendor/heroicons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
13
const plugin = require("tailwindcss/plugin")
24
const fs = require("fs")
35
const path = require("path")

netstack/orchestrator/assets/vendor/topbar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
13
/**
24
* @license MIT
35
* topbar 3.0.0

os/Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# Justfile - hyperpolymath standard task runner
34

45
default:

0 commit comments

Comments
 (0)