Skip to content

Commit

Permalink
chore: make dependency check configurable via env var
Browse files Browse the repository at this point in the history
  • Loading branch information
maureenorea-clores authored Apr 20, 2023
1 parent eb66e41 commit 96ee81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ workflows:
steps:
- script@1:
title: Dependency Check
run_if: '{{enveq "RUN_DEPENDENCY_CHECK" "true"}}'
inputs:
- content: ./gradlew dependencyCheckAggregate
- script@1:
Expand Down

0 comments on commit 96ee81e

Please sign in to comment.