Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
testing with custom scan
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 176b224 commit 6664909
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
exit 1;
fi
- 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
# - 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 6664909

Please sign in to comment.