Skip to content

Commit c788106

Browse files
authored
Merge pull request #4476 from DataDog/tonycthsu/remove-dd-scan
Remove dd scan
2 parents 65b2901 + 6fdfe02 commit c788106

File tree

3 files changed

+0
-58
lines changed

3 files changed

+0
-58
lines changed

.github/workflows/check.yml

-38
Original file line numberDiff line numberDiff line change
@@ -86,42 +86,6 @@ jobs:
8686
- name: Record stats
8787
run: bundle exec rake steep:stats[md] >> "$GITHUB_STEP_SUMMARY"
8888

89-
# Dogfooding Datadog SBOM Analysis
90-
dd-software-composition-analysis:
91-
name: dd/sca
92-
runs-on: ubuntu-24.04
93-
needs: ['build']
94-
container: ghcr.io/datadog/images-rb/engines/ruby:3.3
95-
steps:
96-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97-
with:
98-
persist-credentials: false
99-
- name: Restore bundle cache
100-
uses: ./.github/actions/bundle-restore
101-
with:
102-
lockfile: ${{ needs.build.outputs.lockfile }}
103-
cache-key: ${{ needs.build.outputs.cache-key }}
104-
- uses: DataDog/datadog-sca-github-action@main
105-
with:
106-
dd_api_key: ${{ secrets.DD_API_KEY }}
107-
dd_app_key: ${{ secrets.DD_APP_KEY }}
108-
dd_site: datadoghq.com
109-
110-
# Dogfooding Datadog Static Analysis
111-
dd-static-analysis:
112-
name: dd/static-analysis
113-
runs-on: ubuntu-24.04
114-
steps:
115-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116-
with:
117-
persist-credentials: false
118-
- uses: DataDog/datadog-static-analyzer-github-action@v1
119-
with:
120-
dd_api_key: ${{ secrets.DD_API_KEY }}
121-
dd_app_key: ${{ secrets.DD_APP_KEY }}
122-
dd_site: datadoghq.com
123-
cpu_count: 2
124-
12589
semgrep:
12690
name: semgrep/ci
12791
runs-on: ubuntu-24.04
@@ -184,8 +148,6 @@ jobs:
184148
- 'rubocop'
185149
- 'standard'
186150
- 'semgrep'
187-
- 'dd-software-composition-analysis'
188-
- 'dd-static-analysis'
189151
- 'zizmor'
190152
- 'actionlint'
191153
- 'yaml-lint'

spec/datadog/release_gem_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
|default\.nix
4141
|flake\.nix
4242
|flake\.lock
43-
|static-analysis\.datadog\.yml
4443
|\.standard\.yml
4544
|\.standard_todo\.yml
4645
|.rspec-local.example

static-analysis.datadog.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)