Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/jobs/detect_secrets_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: >
executor: gitleaks

parameters:
source:
type: string
default: '.'
description: The path to the root of the Git repository to scan.
config:
type: string
default: ''
Expand All @@ -32,7 +28,6 @@ parameters:
steps:
- checkout
- detect_secrets:
source: <<parameters.source>>
mode: git
config: <<parameters.config>>
baseline_report: <<parameters.baseline_report>>
Expand Down