Skip to content
Open
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
10 changes: 10 additions & 0 deletions .borg.template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[template]
files = [
".gitattributes",
".gitignore",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
".github/workflows/pr_reminder.yml",
".github/workflows/cleanup.yml",
"Makefile",
]
3 changes: 3 additions & 0 deletions .borg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[source]
url = 'https://raw.githubusercontent.com/techservicesillinois/secdev-template-repository/refs/heads/feature/sync/' # From #22
# url = 'https://github.com/techservicesillinois/secdev-template-python/blob/main/'
12 changes: 12 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 68 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## About

This repository is used by Cybersecurity operations teams at the
University of Illinois as a GitHub template.
University of Illinois as a GitHub template *for Python projects*.

This resource helps comply with University of Illinois
Cybersecurity standards - including [IT-07][it07], [IT08][it08],
Expand Down