-
Notifications
You must be signed in to change notification settings - Fork 154
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
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
but github action got [ERR] bulk flag is not supported with stdin
Metadata
Metadata
Assignees
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
