Skip to content

Commit ac0c3f8

Browse files
chore: remove blackduck scanning (#1264)
1 parent 7214b3f commit ac0c3f8

File tree

3 files changed

+0
-98
lines changed

3 files changed

+0
-98
lines changed

.github/workflows/blackduck_scan.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/main_branch_check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ jobs:
6969
uses: ./.github/workflows/sonarcloud_scan.yml
7070
secrets: inherit
7171

72-
scan-blackduck:
73-
name: Scan
74-
uses: ./.github/workflows/blackduck_scan.yml
75-
with:
76-
target: Production
77-
secrets: inherit
78-
7972
scan-semgrep:
8073
name: Scan
8174
uses: ./.github/workflows/semgrep_scan.yml

.github/workflows/pr_check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ jobs:
7878
uses: ./.github/workflows/sonarcloud_scan.yml
7979
secrets: inherit
8080

81-
scan-blackduck:
82-
name: Scan
83-
uses: ./.github/workflows/blackduck_scan.yml
84-
with:
85-
target: Development-v6
86-
secrets: inherit
87-
8881
scan-semgrep:
8982
name: Scan
9083
uses: ./.github/workflows/semgrep_scan.yml

0 commit comments

Comments
 (0)