Skip to content

Commit d191f20

Browse files
chore: remove blackduck scanning (#1263)
Co-authored-by: Theeraphat-Sorasetsakul <[email protected]>
1 parent 184c1f8 commit d191f20

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

.github/workflows/blackduck_scan.yml

Lines changed: 0 additions & 85 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
@@ -55,13 +55,6 @@ jobs:
5555
uses: ./.github/workflows/sonarcloud_scan.yml
5656
secrets: inherit
5757

58-
scan-blackduck:
59-
name: Scan
60-
uses: ./.github/workflows/blackduck_scan.yml
61-
with:
62-
target: Production
63-
secrets: inherit
64-
6558
scan-semgrep:
6659
name: Scan
6760
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
@@ -141,13 +141,6 @@ jobs:
141141
uses: ./.github/workflows/sonarcloud_scan.yml
142142
secrets: inherit
143143

144-
scan-blackduck:
145-
name: Scan
146-
uses: ./.github/workflows/blackduck_scan.yml
147-
with:
148-
target: Development-v7
149-
secrets: inherit
150-
151144
scan-semgrep:
152145
name: Scan
153146
uses: ./.github/workflows/semgrep_scan.yml

0 commit comments

Comments
 (0)