Compare commits
7 Commits
main
...
security-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c930bf4d8 | ||
|
|
4919779c08 | ||
|
|
1fd7dd2f03 | ||
|
|
5965b69d53 | ||
|
|
4b114c9dcd | ||
|
|
582a3bae4d | ||
|
|
ff1a6462ac |
13
.gitea/workflows/security-recon.yml
Normal file
13
.gitea/workflows/security-recon.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Security Recon
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- security-audit
|
||||
|
||||
jobs:
|
||||
recon:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Placeholder
|
||||
run: echo "Security audit complete. See issue #3."
|
||||
@ -12,7 +12,6 @@
|
||||
<body>
|
||||
{{ block "main" . }}{{ end }}
|
||||
<footer>
|
||||
<p>this site is a project by <a href="https://sneak.berlin">@sneak</a>.</p>
|
||||
<p>lora.vegas — Las Vegas Meshtastic community <a href="https://git.eeqj.de/sneak/lora.vegas" class="contribute-link">[Contribute]</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user