Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
removing `bash` to see if it misses env var
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 3f18310 commit cfe660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
GITHUB_REPOSITORY_ID: ${{ steps.repo_id.outputs.repo_id }}
run: |
echo "Repository ID: ${{ steps.repo_id.outputs.repo_id }}"
bash ${{ github.workspace }}/.github/workflows/custom-ox.sh
${{ github.workspace }}/.github/workflows/custom-ox.sh
# uses: oxsecurity/ox-security-scan@main

0 comments on commit cfe660a

Please sign in to comment.