We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7214b3f commit ac0c3f8Copy full SHA for ac0c3f8
.github/workflows/blackduck_scan.yml
.github/workflows/main_branch_check.yml
@@ -69,13 +69,6 @@ jobs:
69
uses: ./.github/workflows/sonarcloud_scan.yml
70
secrets: inherit
71
72
- scan-blackduck:
73
- name: Scan
74
- uses: ./.github/workflows/blackduck_scan.yml
75
- with:
76
- target: Production
77
- secrets: inherit
78
-
79
scan-semgrep:
80
name: Scan
81
uses: ./.github/workflows/semgrep_scan.yml
.github/workflows/pr_check.yml
@@ -78,13 +78,6 @@ jobs:
82
83
84
85
- target: Development-v6
86
87
88
89
90
0 commit comments