Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Jul 25, 2024
1 parent 3bb4778 commit aedefc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nuclei-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 🤖 Nuclei - Vulnerability Scan
on:
workflow_dispatch:

permissions:
issues: write
security-events: write

jobs:
nuclei-scan:
runs-on: ubuntu-latest
Expand All @@ -25,6 +29,7 @@ jobs:
flags: "-v -debug"
templates: custom-templates/test.yaml
github-report: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Nuclei - Vulnerability Scan with report-config
id: nuclei_scan_report
Expand All @@ -34,5 +39,7 @@ jobs:
flags: "-v -debug"
templates: custom-templates/test.yaml
report-config: github-report.yml
github-token: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit aedefc0

Please sign in to comment.