File tree 3 files changed +0
-58
lines changed
3 files changed +0
-58
lines changed Original file line number Diff line number Diff line change 86
86
- name : Record stats
87
87
run : bundle exec rake steep:stats[md] >> "$GITHUB_STEP_SUMMARY"
88
88
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
-
125
89
semgrep :
126
90
name : semgrep/ci
127
91
runs-on : ubuntu-24.04
@@ -184,8 +148,6 @@ jobs:
184
148
- ' rubocop'
185
149
- ' standard'
186
150
- ' semgrep'
187
- - ' dd-software-composition-analysis'
188
- - ' dd-static-analysis'
189
151
- ' zizmor'
190
152
- ' actionlint'
191
153
- ' yaml-lint'
Original file line number Diff line number Diff line change 40
40
|default\. nix
41
41
|flake\. nix
42
42
|flake\. lock
43
- |static-analysis\. datadog\. yml
44
43
|\. standard\. yml
45
44
|\. standard_todo\. yml
46
45
|.rspec-local.example
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments