You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our use case, we would like to be able to pass the output of the action on to additional steps in a workflow, as well as reduce the number of comments that are added when this runs multiple times on one pull request.
My suggestion is an additional option, potentially quiet.
When run with:
with:
quiet: true
the action would return the scan details in its output, but not add any comment to the pull request (regardless of whether create-issues is enabled).
That way I could use e.g. steps.veracode-sca.output.foo later on in a workflow run, and reduce the noise of repeated comments.
The text was updated successfully, but these errors were encountered:
Thank you for the great work on this action!
For our use case, we would like to be able to pass the output of the action on to additional steps in a workflow, as well as reduce the number of comments that are added when this runs multiple times on one pull request.
My suggestion is an additional option, potentially
quiet
.When run with:
the action would return the scan details in its output, but not add any comment to the pull request (regardless of whether
create-issues
is enabled).That way I could use e.g.
steps.veracode-sca.output.foo
later on in a workflow run, and reduce the noise of repeated comments.The text was updated successfully, but these errors were encountered: