Skip to content

Commit b5cd705

Browse files
committed
exclude provided and optional dependencies from submission
This makes it easier to use the dependabot security report for artifacts that actually come in as transitive dependencies for our users. The chance that an advisory for an optional/provided/test/built-time dependency actually impacts our build seems to small to justify the noise it adds. Fixes #1553
1 parent bcd44ee commit b5cd705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
- name: Install sbt
2121
uses: sbt/setup-sbt@v1
2222
- uses: scalacenter/sbt-dependency-submission@v2
23+
with:
24+
configs-ignore: compile-internal optional

0 commit comments

Comments
 (0)