Skip to content

Commit

Permalink
Shorten infosec filename
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Oct 21, 2024
1 parent 7b67a62 commit 0449b02
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for generating PDF from Markdown

# Variables
INFOSEC_MD = roar-data-privacy-and-information-security-manual.md
INFOSEC_MD = roar-data-privacy-and-infosec-manual.md
INFOSEC_PDF = $(patsubst %.md, %.pdf, $(INFOSEC_MD))

SDLC_MD = roar-sdlc.md
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This repository is dedicated to managing the key documentation and automated wor
- [security-review.md](./github-templates/security-review.md): A security review checklist that must be reviewed before ROAR software changes are deployed into production
- [roar-bcdr.md](./roar-bcdr.md): ROAR's business continuity and disaster recovery plan in markdown format
- [roar-bcdr.pdf](./roar-bcdr.pdf): ROAR's business continuity and disaster recovery plan in PDF format
- [roar-data-privacy-and-information-security-manual.md](./roar-data-privacy-and-information-security-manual.md): ROAR's data privacy and information security manual in markdown format
- [roar-data-privacy-and-information-security-manual.pdf](./roar-data-privacy-and-information-security-manual.pdf): ROAR's data privacy and information security manual in PDF format
- [roar-data-privacy-and-infosec-manual.md](./roar-data-privacy-and-infosec-manual.md): ROAR's data privacy and information security manual in markdown format
- [roar-data-privacy-and-infosec-manual.pdf](./roar-data-privacy-and-infosec-manual.pdf): ROAR's data privacy and information security manual in PDF format
- [roar-sdlc.md](./roar-sdlc.md): ROAR's Software Development Lifecycle policies and procedures in markdown format.
- [roar-sdlc.pdf](./roar-sdlc.pdf): ROAR's Software Development Lifecycle policies and procedures in PDF format.
- [sisa-training-log.md](./sisa-training-log.md): A training log documenting ROAR developers' completion of required Stanford Information Security Academy Training
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0449b02

Please sign in to comment.