Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aaronhmiller/faafo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Miller committed Jan 25, 2025
2 parents 2ebbb5d + a4751be commit c9dbf4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/branch-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Test
env:
password: ${{ vars.PASSWORD }}
run: echo "This is a test."
-
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
ox_scan_full_branch: true
ox_override_blocking: true
#ox_fail_on_error: true
uses: oxsecurity/ox-security-scan@main
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"express": "^4.17.2",
"pg": "^8.7.1",
"pg": "^8.7.1"
},
"name": "faafo",
"version": "1.0.0",
Expand Down

0 comments on commit c9dbf4f

Please sign in to comment.