Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ use_format_targets()

copyright_checker(
name = "copyright",
srcs = [
"process",
"//:BUILD",
"//:MODULE.bazel",
],
srcs = glob(
[
"process/**",
"BUILD",
"MODULE.bazel",
],
exclude = ["process/trustable/**"],
),
config = "@score_cr_checker//resources:config",
template = "@score_cr_checker//resources:templates",
visibility = ["//visibility:public"],
Expand Down
10 changes: 10 additions & 0 deletions process/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ The the standard references the S-CORE project's processes are derived from can

standards/index.rst

Trustable
---------

The trustable measure based on sphinx-needs for OSS project's can be found here:

.. toctree::
:maxdepth: 1

trustable/index.rst

Templates for Folders
---------------------

Expand Down
4 changes: 4 additions & 0 deletions process/trustable/_assets/tsf_overview.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading