Skip to content

Commit

Permalink
fix: [#384] Create groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 11, 2023
1 parent 242ffa4 commit 46189ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
trivyignores: ../../.trivyignore
trivyignores: .trivyignore
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/[email protected]
with:
Expand All @@ -29,4 +29,4 @@ jobs:
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
trivyignores: ../../.trivyignore
trivyignores: .trivyignore
2 changes: 1 addition & 1 deletion cmd/n3dr/configRepository.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Examples:
# Create a NPM proxy:
n3dr configRepository --configRepoType npm --configRepoName 3rdparty-npm --configRepoRecipe proxy --configRepoProxyURL https://registry.npmjs.org/
# Create a group:
# Create a Maven2 group:
n3dr configRepository --configRepoType maven2 --configRepoRecipe group --configRepoName some-group --configRepoGroupMemberNames releases,snapshots
`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 46189ae

Please sign in to comment.