Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
comment out `with` b/c we're not using `uses`
  • Loading branch information
aaronhmiller authored Jan 31, 2024
1 parent 8d24d69 commit 06112d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- 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
# with:
# ox_api_key: ${{ secrets.OX_API_KEY }}
# ox_timeout: 1
# ox_fail_on_timeout: true
run: ./custom-ox.sh
# uses: oxsecurity/ox-security-scan@main

0 comments on commit 06112d0

Please sign in to comment.