8000 feat(cli): add `trivy auth` by knqyf263 · Pull Request #7664 · aquasecurity/trivy · GitHub
[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add trivy auth #7664

Merged
merged 20 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pkg/flag/registry_flags.go
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
  • Loading branch information
knqyf263 and DmitriyLewen authored Oct 8, 2024
commit ba9642a1486eebd16cbd1590722c776417dd35bb
2 changes: 1 addition & 1 deletion pkg/flag/registry_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
PasswordStdinFlag = Flag[bool]{
Name: "password-stdin",
ConfigName: "registry.password-stdin",
Usage: "password from stdin",
Usage: "password from stdin. Comma-separated passwords are not supported",
}
RegistryTokenFlag = Flag[string]{
Name: "registry-token",
Expand Down
Loading
0