We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b88a50 commit e8124daCopy full SHA for e8124da
.github/workflows/blossom-ci.yml
@@ -69,6 +69,9 @@ jobs:
69
# PROJECTS=$(mvn -am dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | grep rapids | xargs | sed -e 's/ /,/g')
70
# echo detect.maven.build.command="-pl=$PROJECTS -am" >> application.properties
71
# echo detect.maven.included.scopes=compile >> application.properties
72
+ - name: Setup blackduck properties
73
+ run: |
74
+ echo detect.excluded.detector.types=PIP >> application.properties
75
76
- name: Run blossom action
77
uses: NVIDIA/blossom-action@main
0 commit comments