-
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
docs: add configuration info for flags not supported by inputs #296
Conversation
Are tests broken? |
Yes they are. See #294 for details. Would you have some cycles to work on that by any chance? It would be nice to get them fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR, this looks great!
I will write into this issue if i have time for it. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aquasecurity/trivy-action](https://togithub.com/aquasecurity/trivy-action) | action | minor | `0.16.1` -> `0.17.0` | --- ### Release Notes <details> <summary>aquasecurity/trivy-action (aquasecurity/trivy-action)</summary> ### [`v0.17.0`](https://togithub.com/aquasecurity/trivy-action/releases/tag/0.17.0) [Compare Source](https://togithub.com/aquasecurity/trivy-action/compare/0.16.1...0.17.0) ##### What's Changed - docs: add configuration info for flags not supported by inputs by [@​DmitriyLewen](https://togithub.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/296](https://togithub.com/aquasecurity/trivy-action/pull/296) - fix: Fix `skip-files` and `hide-progress` options not being applied when using Sarif report format by [@​simao-silva](https://togithub.com/simao-silva) in [https://github.com/aquasecurity/trivy-action/pull/297](https://togithub.com/aquasecurity/trivy-action/pull/297) - Upgrades Trivy from 0.48.1 to v0.49.0 by [@​kderck](https://togithub.com/kderck) in [https://github.com/aquasecurity/trivy-action/pull/304](https://togithub.com/aquasecurity/trivy-action/pull/304) ##### New Contributors - [@​simao-silva](https://togithub.com/simao-silva) made their first contribution in [https://github.com/aquasecurity/trivy-action/pull/297](https://togithub.com/aquasecurity/trivy-action/pull/297) **Full Changelog**: aquasecurity/trivy-action@0.16.1...0.17.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/newrelic/helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Description
There are flags not supported by inputs.
We need to write about ways to configure these flags by ENVs and config file.
Related Issues