Merge pull request #220 from emnify/fix/sorting-example-typo #431
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gitleaks | |
on: [push] | |
jobs: | |
gitleaks: | |
# Prevent circular workflow run | |
if: "!contains(github.event.pusher.name, 'emnify-gha')" | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: gitleaks | |
uses: zricethezav/[email protected] | |
with: | |
config-path: .gitleaks.toml |