Skip to content

Commit

Permalink
Update branch-build-push.yaml
Browse files Browse the repository at this point in the history
adding OX security scan
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 77ffc18 commit 3ade005
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/branch-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
-
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: 1
ox_fail_on_timeout: true
uses: oxsecurity/ox-security-scan@main
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 3ade005

Please sign in to comment.