Skip to content

Commit 2153fb5

Browse files
authored
Ignore acceptance tests in dependabot security alerts
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent b62c153 commit 2153fb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424

2525
- name: Submit Dependency Snapshot
2626
uses: advanced-security/maven-dependency-submission-action@v3
27+
with:
28+
# Do not consider the acceptance test projects
29+
maven-args: -am -pl java-compiler-testing

0 commit comments

Comments
 (0)