Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller committed Feb 26, 2024
2 parents e725afb + 0e3ea0d commit 04e1ce8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: OX Scan CI

on:
push:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Run OX Security Scan to check for vulnerabilities
with:
ox_api_key: ${{ secrets.OX_API_KEY }}
ox_timeout: 5
ox_fail_on_timeout: true
ox_scan_full_branch: true
ox_override_blocking: true
#ox_fail_on_error: true
uses: oxsecurity/ox-security-scan@main

0 comments on commit 04e1ce8

Please sign in to comment.