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

Feature Request: Option to write scan results to output but disable issues and PR comments #13

Open
Sephsekla opened this issue Jun 22, 2023 · 0 comments

Comments

@Sephsekla
Copy link

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:

        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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant