We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9717f63 commit 1c6930dCopy full SHA for 1c6930d
1 file changed
.github/workflows/health-check.yml
@@ -10,3 +10,10 @@ jobs:
10
invoke:
11
name: Invoke
12
uses: DevExpress/github-actions/.github/workflows/repository-check.yml@repository-check
13
+ with:
14
+ config: |
15
+ {
16
+ ignoredAdvisories: [
17
+ 'GHSA-67hx-6x53-jw92', // babel-traverse
18
+ ]
19
+ }
0 commit comments