1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/.github/workflows/gitleaks.yml
Carlos A Becker 0836149357
chore(ci): gitleaks
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-05-17 22:00:25 -03:00

14 lines
211 B
YAML

name: gitleaks
on: [push,pull_request]
permissions:
contents: read
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: zricethezav/gitleaks-action@master