Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Mar 25, 2024
1 parent e39551a commit c17c894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
name: Gitleaks
on:
pull_request:
push:

jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
# v4.1.2
with:
fetch-depth: 0
- name: gitleaks
# bind to major to use latests checks
# kics-scan ignore-line
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gitleaks:
uses: notdodo/github-actions/.github/workflows/gitleaks.yml@ec54c76d4a9713ca6150253f38e14f4e4031e4a2
# v0.1.1
1 change: 1 addition & 0 deletions a.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AKIAIOSFODNN7EXAMPLE

0 comments on commit c17c894

Please sign in to comment.