Skip to content

Commit f2bccff

Browse files
authored
remove audit workflow in favor of datadog sca (#6176)
1 parent 4a1c637 commit f2bccff

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@ name: Audit
22

33
on:
44
pull_request:
5-
paths:
6-
- yarn.lock
7-
push:
8-
branches: [master]
9-
paths:
10-
- yarn.lock
11-
schedule:
12-
- cron: 0 4 * * *
5+
branches:
6+
- dependabot/*
137

148
concurrency:
159
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

scripts/verify-ci-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ checkPlugins(path.join(__dirname, '..', '.github', 'workflows', 'test-optimizati
162162

163163
const IGNORED_WORKFLOWS = {
164164
all: [
165+
'audit.yml',
165166
'codeql-analysis.yml',
166167
'flakiness.yml',
167168
'pr-labels.yml',
@@ -174,7 +175,6 @@ const IGNORED_WORKFLOWS = {
174175
'retry.yml'
175176
],
176177
trigger_pull_request: [
177-
'audit.yml',
178178
'eslint-rules.yml',
179179
'stale.yml'
180180
],

0 commit comments

Comments
 (0)