Skip to content

Add pipeline with gitleaks. #1

Add pipeline with gitleaks.

Add pipeline with gitleaks. #1

Workflow file for this run

name: pipeline
on:
push:
branches: [*]

Check failure on line 5 in .github/workflows/pipeline.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
security:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}