fix: Fix 'tf-var' arg not passing when using 'sarif' format#311
fix: Fix 'tf-var' arg not passing when using 'sarif' format#311antigenius0910 wants to merge 2 commits intoaquasecurity:masterfrom
Conversation
sarif formattf-var arg not passing to when using sarif format
tf-var arg not passing to when using sarif format|
In order to support existing and future trivy options, we offer the ability to pass in a configuration file to the GitHub action. This allows users to not have to wait on us to add yet another flag to the Trivy GitHub action to support another option in Trivy. Not to mention that adding additional options to the already existing ones clutters the codebase of the action and is better handled within Trivy itself. You can find info on how to configure the action via the config yaml file here |
|
@simar7 I've hit this issue in several ways recently, and unfortunately, the method you described does not work: Line 190 in 207cd40 The GitHub Action explicitly excludes the The same issue exists with |
fix #310
When using
sarifformat andtf-varargs togethertf-var arg will not pass, and since it is
--quietpeople don't know what happen and scan will not kick inafter this fix