fix(Behat): Changed assetion type on Image Listing Page for media folder synchronisation #7
Workflow file for this run
This file contains hidden or 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: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
scan: | |
name: gitleaks | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
fetch-depth: 0 | |
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GITLEAKS_LICENSE: "Centreon" | |
GITLEAKS_ENABLE_COMMENTS: false | |
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false | |
GITLEAKS_ENABLE_SUMMARY: false |