projectdiscovery/nuclei-action

Error: Error writing the report config file: EISDIR: illegal operation on a directory

aminvakil opened this issue · 4 comments

This config does not work and breaks with this error:

      - name: Nuclei Scan
        uses: projectdiscovery/nuclei-action@main
        with:
          urls: output/active_urls.txt
          output: output/nuclei_output.txt
          flags: "-exclude-id http-missing-security-headers"
Error: Error writing the report config file: EISDIR: illegal operation on a directory, open '/home/runner/work/pd-actions/pd-actions'

Unfortunately repository is private and I cannot share url to GHA.

I don't use it daily, but last time it worked was three months ago.

@aminvakil @pritchyspritch this fixed with #90.
try re-running the jobs now.

@RamanaReddy0M Yeah that fixed it, thanks for the quick turnaround 👍🏻

@RamanaReddy0M Yes, has got fixed, thank you very much!