Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-markdown-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored Oct 28, 2024
2 parents 29ffe74 + 2588ccc commit 9c18699
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# OSCAL Compass Adopters

This is a list of organizations that have publicly shared their adoption:

- [Red Hat](https://www.redhat.com)

Check failure on line 5 in ADOPTERS.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Trailing spaces

ADOPTERS.md:5:36 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md009.md

If your organization is using OSCAL Compass and would like to be included in this list, please open a pull request.

Check failure on line 7 in ADOPTERS.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Files should end with a single newline character

ADOPTERS.md:7:115 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md047.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Software License 2.0. Using the SPDX format is the simplest approach.
e.g.

```text
# Copyright (c) 2020 The OSCAL Compass Authors. All rights reserved.
# Copyright (c) 2024 The OSCAL Compass Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you would like to see the detailed LICENSE click [here](LICENSE).
Consult [maintainers](MAINTAINERS.md) for the current list of maintainers for various projects in the oscal-compass community.

```text
# Copyright (c) 2024 The OSCAL Compass Authors. All rights reserved.
# Copyright (c) 2024 The OSCAL Compass Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 9c18699

Please sign in to comment.