Skip to content

Commit 112e4a8

Browse files
committed
[nop] Update project template
1 parent c0f154f commit 112e4a8

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/workflows/graal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/cache@v4
2727
with:
2828
path: ~/.m2/repository
29-
key: deps-${{ hashFiles('deps.edn') }}
29+
key: deps-${{ hashFiles('project.clj') }}
3030
restore-keys: deps-
3131

3232
- name: Run Graal tests

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Example:
154154

155155
## Funding
156156

157-
You can [help support][sponsor] continued work on this project, thank you!! 🙏
157+
You can [help support][sponsor] continued work on this project and [others][my work], thank you!! 🙏
158158

159159
## License
160160

@@ -166,14 +166,15 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
166166
[GitHub releases]: ../../releases
167167
[GitHub issues]: ../../issues
168168
[GitHub wiki]: ../../wiki
169-
[Slack channel]: https://www.taoensso.com/truss/slack
169+
[Slack channel]: https://www.taoensso.com/truss/slack
170170

171171
[Peter Taoussanis]: https://www.taoensso.com
172172
[sponsor]: https://www.taoensso.com/sponsor
173+
[my work]: https://www.taoensso.com/clojure-libraries
173174

174175
<!-- Project -->
175176

176-
[cljdoc]: https://cljdoc.org/d/com.taoensso/truss/
177+
[cljdoc]: https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss
177178

178179
[Clojars SVG]: https://img.shields.io/clojars/v/com.taoensso/truss.svg
179180
[Clojars URL]: https://clojars.org/com.taoensso/truss

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security policy
2+
3+
## Advisories
4+
5+
All security advisories will be posted [on GitHub](https://github.com/taoensso/truss/security/advisories).
6+
7+
## Reporting a vulnerability
8+
9+
Please report possible security vulnerabilities [via GitHub](https://github.com/taoensso/truss/security/advisories), or by emailing me at `my first name at taoensso.com`. You may encrypt emails with [my public PGP/GPG key](https://www.taoensso.com/pgp).
10+
11+
Thank you!
12+
13+
\- [Peter Taoussanis](https://www.taoensso.com)

0 commit comments

Comments
 (0)