Skip to content

Commit

Permalink
Check only direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiuser committed May 25, 2022
1 parent b262e40 commit 3323e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- run: go mod download && go list -json -m all > go.list
- run: go mod download && go list -json -deps all > go.list
- uses: sonatype-nexus-community/nancy-github-action@main

0 comments on commit 3323e82

Please sign in to comment.