Skip to content

Commit f03e426

Browse files
committed
fix(security/compliance): standardized TruffleHog and RSR metadata
1 parent bc46699 commit f03e426

6 files changed

Lines changed: 8 additions & 1 deletion

File tree

.conflow.yaml

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
# conflow pipeline - Full generate → validate → export
24
version: "1"
35
name: "phronesis"

.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
import? "contractile.just"
2+
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
# SPDX-License-Identifier: MPL-2.0
45
# SPDX-FileCopyrightText: 2025 Phronesis Contributors

deploy/kubernetes/statefulset.yaml

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
# Kubernetes StatefulSet for Phronesis consensus cluster
34

45
apiVersion: v1

docker-compose.yml

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
# Docker Compose for Phronesis multi-node cluster
34

45
version: '3.8'

syntax/linguist.yml

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
# GitHub Linguist language definition for Phronesis
24
# Place this in .github/linguist.yml or submit to github/linguist
35

0 commit comments

Comments
 (0)