Skip to content

Merge branch 'dev' of https://github.com/pasqal-io/cloud-sdk into alg… #349

Merge branch 'dev' of https://github.com/pasqal-io/cloud-sdk into alg…

Merge branch 'dev' of https://github.com/pasqal-io/cloud-sdk into alg… #349

name: Verify if secrets were leaked
on: push
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 50
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}