Skip to content

Commit d5fe8eb

Browse files
committed
chore: ignore workflow files in Blackduck SCA scan triggers
On-behalf-of: Gerald Morrison (SAP) <[email protected]> Signed-off-by: Gerald Morrison (SAP) <[email protected]>
1 parent f9a8b23 commit d5fe8eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/blackduck_scan.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Blackduck SCA Scan
22
on:
33
push:
4+
paths-ignore:
5+
- '.github/workflows/**'
46
branches: [ "main" ]
57
pull_request_target:
8+
paths-ignore:
9+
- '.github/workflows/**'
610
branches: [ "main" ]
7-
schedule:
8-
- cron: '15 0 * * 0'
911
workflow_dispatch:
1012

1113
permissions:

0 commit comments

Comments
 (0)