Skip to content
Snippets Groups Projects
policy.yml 191 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    scan_execution_policy:
    - name: greyhound
      description: yyy
      enabled: true
      rules:
      - type: pipeline
        branches:
        - main
      actions:
      - scan: secret_detection
    approval_policy: []