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

[ERR] bulk flag is not supported with stdin #80

Closed
Akityo opened this issue Sep 8, 2021 · 2 comments · Fixed by #82 or #95
Closed

[ERR] bulk flag is not supported with stdin #80

Akityo opened this issue Sep 8, 2021 · 2 comments · Fixed by #82 or #95
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@Akityo
Copy link

Akityo commented Sep 8, 2021

use notify with github action

      - name: Notify Reports
        run: |
          for file in output/vul-${{ steps.date.outputs.date }}/nuclei/* ; do notify -provider-config config/provider-config.yaml -bulk -id dd -data $file; done
        shell: bash



Run for file in output/vul-20210908-0530/nuclei/* ; do notify -provider-config config/provider-config.yaml -bulk -id dd -data $file; done

             __  _ ___    
  ___  ___  / /_(_) _/_ __
 / _ \/ _ \/ __/ / _/ // /
/_//_/\___/\__/_/_/ \_, / v1.0.0
                   /___/  

		projectdiscovery.io

Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
[ERR] bulk flag is not supported with stdin
Error: Process completed with exit code 1.

i've been tested on terminal , everything is fine

image

but github action got [ERR] bulk flag is not supported with stdin

@parrasajad
Copy link
Contributor

thank you for reporting this @Akityo

@parrasajad parrasajad added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Sep 9, 2021
@parrasajad parrasajad self-assigned this Sep 9, 2021
@ehsandeep ehsandeep linked a pull request Sep 14, 2021 that will close this issue
ehsandeep added a commit that referenced this issue Sep 14, 2021
change switch case order to check for input file first
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Sep 14, 2021
@ehsandeep
Copy link
Member

@Akityo should be fixed in the dev version with linked PR.

@Akityo Akityo closed this as completed Sep 14, 2021
@ehsandeep ehsandeep linked a pull request Nov 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
3 participants