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 5750437 commit ce88b50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
with:
java-version: 1.8

- name: fetch projects
- 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')
Expand Down

0 comments on commit ce88b50

Please sign in to comment.