-
Notifications
You must be signed in to change notification settings - Fork 245
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(input): add path to secret config file #292
Comments
We already have support for secret:
# Same as '--secret-config'
# Default is 'trivy-secret.yaml'
config: config/trivy/secret.yaml See https://aquasecurity.github.io/trivy/v0.48/docs/references/configuration/config-file/#secret-options |
I thought about this way, but it is not obvious way for users without Trivy experience. |
Yeah sure we can certainly improve the documentation. Would you like to submit a PR? I can take a look. |
Okay, i will create PR and write to you. |
Description
Trivy has config file and secret config file, but
trivy-action
has input (with
field) only for path toconfig file
.Is it possible to add input for path to
secret config file
?Related discussions
The text was updated successfully, but these errors were encountered: