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

Closed
opened 2024-07-24 15:24:01 -04:00 by aminvakil · 4 comments
aminvakil commented 2024-07-24 15:24:01 -04:00 (Migrated from github.com)

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.

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.
pritchyspritch commented 2024-07-25 06:47:15 -04:00 (Migrated from github.com)

I have the same issue on a brand new workflow I've created: https://github.com/pritchyspritch/dast-automation/actions/runs/10092703820/job/27906896586

I have the same issue on a brand new workflow I've created: https://github.com/pritchyspritch/dast-automation/actions/runs/10092703820/job/27906896586
RamanaReddy0M commented 2024-07-25 07:55:37 -04:00 (Migrated from github.com)

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

@aminvakil @pritchyspritch this fixed with #90. try re-running the jobs now.
pritchyspritch commented 2024-07-25 10:54:33 -04:00 (Migrated from github.com)

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

@RamanaReddy0M Yeah that fixed it, thanks for the quick turnaround 👍🏻
aminvakil commented 2024-07-26 07:02:08 -04:00 (Migrated from github.com)

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

@RamanaReddy0M Yes, has got fixed, thank you very much!
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
projectdiscovery/nuclei-action#89
No description provided.