Skip to content

feat: add condition to shared workflow to skip Gitleaks when actor i… #24

feat: add condition to shared workflow to skip Gitleaks when actor i…

feat: add condition to shared workflow to skip Gitleaks when actor i… #24

Workflow file for this run

name: Security Audit
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: write
jobs:
scan:
uses: ADORSYS-GIS/ai-ops/.github/workflows/security-gates.yml@v1.0.0
secrets: inherit
with:
trivy-scan-type: 'fs'
trivy-target: '.'