Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove compliance submodule #92

Merged
merged 2 commits into from
Feb 11, 2025
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
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,32 +119,6 @@ command line options in `runner/.profile` or having a .toml add on.

## Compliance Documentation

Security controls and other compliance documents for the DevTools SaaS system live at https://github.com/GSA-TTS/devtools-compliance and also as a git submodule under `/doc/compliance`
Security controls and other compliance documents for the DevTools SaaS system live at https://github.com/GSA-TTS/devtools-compliance

From this repo, run `bin/trestle` to start a trestle CLI with helper scripts for maintaining and updating the documents.

See the [docker-trestle README](https://github.com/gsa-tts/docker-trestle) for help with the individual scripts.

### Git Submodule Commands

See git's [submodule documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
for more information on tracking changes to the compliance files.

#### Cloning this project

`git clone --recurse-submodules <<REPO_ADDRESS>>`

#### Pull changes including OSCAL changes

`git pull --recurse-submodules`

#### Push changes including OSCAL changes

`git push --recurse-submodules=check` _then_ `git push --recurse-submodules=on-demand`

#### Helpful config settings:

* `git config diff.submodule log`
* `git config status.submodulesummary 1`
* `git config push.recurseSubmodules check`
* `git config submodule.recurse true`
Any changes to the code here that affect the security posture of the system should have a corresponding documentation update in the compliance repo.
54 changes: 0 additions & 54 deletions bin/trestle

This file was deleted.

1 change: 0 additions & 1 deletion doc/compliance
Submodule compliance deleted from 2e9552