Skip to content

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

@Akityo

Description

@Akityo

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

Metadata

Metadata

Assignees

Labels

Status: CompletedNothing 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions