Skip to content

add some comments

add some comments #12

Workflow file for this run

name: gitleaks
on: [push]
jobs:
gitleaks:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- name: gitleaks-action
# TODO: use the latest version (paid)
uses: zricethezav/gitleaks-action@v1.6.0