Skip to content

Commit

Permalink
Update security-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi authored Sep 1, 2020
1 parent ce88b50 commit 81c8bf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ jobs:
with:
java-version: 1.8

- name: get projects 1
run: |
mvn --also-make dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | xargs | sed -e 's/ /,/g'
- name: get projects 2
run: |
echo ::set-env name=projects::$(mvn --also-make dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | xargs | sed -e 's/ /,/g')
echo ::set-env name=projects::$(mvn -am dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | grep rapids | xargs | sed -e 's/ /,/g')
- name: Synopsys Detect
uses: blackducksoftware/[email protected]
Expand Down

0 comments on commit 81c8bf0

Please sign in to comment.