Compare commits
3 Commits
cfeb89608a
...
15e4902aa2
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | 15e4902aa2 | |
sudo pacman -Syu | 6bca234a9f | |
sudo pacman -Syu | f9b162e50d |
|
@ -0,0 +1,16 @@
|
|||
name: gitleaks
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
name: gitleaks
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: gitleaks/gitleaks-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -0,0 +1,2 @@
|
|||
aa962c79312a206880a0c3c06450ec34f9b9f539:posts/2022-07-19-migrate-to-buf.md:generic-api-key:89
|
||||
aa962c79312a206880a0c3c06450ec34f9b9f539:docs/2022-07-19-migrate-to-buf.html:generic-api-key:35
|
|
@ -1,6 +1,7 @@
|
|||
# posts-go
|
||||
|
||||
[![Go](https://github.com/haunt98/posts-go/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/posts-go/actions)
|
||||
[![Go](https://github.com/haunt98/posts-go/actions/workflows/go.yml/badge.svg)](https://github.com/haunt98/posts-go/actions/workflows/go.yml)
|
||||
[![gitleaks](https://github.com/haunt98/posts-go/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/haunt98/posts-go/actions/workflows/gitleaks.yml)
|
||||
[![Latest Version](https://img.shields.io/github/v/tag/haunt98/posts-go)](https://github.com/haunt98/posts-go/tags)
|
||||
|
||||
Write markdown, convert to html, then publish using Github Pages.
|
||||
|
|
|
@ -787,6 +787,11 @@
|
|||
>https://github.com/ollama/ollama</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/gitleaks/gitleaks"
|
||||
>https://github.com/gitleaks/gitleaks</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Memory</p>
|
||||
<ul>
|
||||
|
|
|
@ -165,6 +165,7 @@ Misc
|
|||
- https://github.com/walles/moar
|
||||
- https://github.com/antonmedv/fx
|
||||
- https://github.com/ollama/ollama
|
||||
- https://github.com/gitleaks/gitleaks
|
||||
|
||||
Memory
|
||||
|
||||
|
|
Loading…
Reference in New Issue