Skip to content

Commit

Permalink
chore(wait-for): add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Jan 8, 2025
1 parent 823b994 commit 2475c6d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/run-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,28 @@ jobs:
working-directory: ./wait-for
run: npm ci && npm install -g @vercel/ncc

- name: Build release
- name: Build wait-for
working-directory: ./wait-for
run: npm run build && npm run pack

- name: Build run-scan
working-directory: ./run-scan
run: npm run build && npm run pack

- name: Scan
id: start
uses: ./run-scan
with:
api_token: ${{ secrets.BRIGHT_TOKEN }}
name: GitHub scan ${{ github.sha }}
discovery_types: |
[ "crawler" ]
crawler_urls: |
[ "https://brokencrystals.com" ]
module: "dast"
hosts_filter: |
[ ]
- name: Wait for breakpoint
id: wait
uses: ./wait-for
Expand Down

0 comments on commit 2475c6d

Please sign in to comment.