Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
testing normal scan w/ 1 min timeout
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent feac1d3 commit 176b224
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ jobs:
exit 1;
fi
- name: Run CUSTOMIZED OX Security Scan to check for vulnerabilities
# - name: Run OX Security Scan to check for vulnerabilities
# with:
# ox_api_key: ${{ secrets.OX_API_KEY }}
# ox_timeout: 1
# ox_fail_on_timeout: true
run: |
${{ github.workspace }}/.github/workflows/custom-ox.sh
# uses: oxsecurity/ox-security-scan@main

- name: Run OX Security Scan to check for vulnerabilities
with:
ox_api_key: ${{ secrets.OX_API_KEY }}
ox_timeout: 1
ox_fail_on_timeout: true
uses: oxsecurity/ox-security-scan@main
# - name: Run CUSTOMIZED OX Security Scan to check for vulnerabilities
# run: |
# ${{ github.workspace }}/.github/workflows/custom-ox.sh

0 comments on commit 176b224

Please sign in to comment.