From cfe660aba3c2312e3899631a76f7b8e62ea42caf Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Wed, 31 Jan 2024 17:35:39 -0800 Subject: [PATCH] Update ci-test.yaml removing `bash` to see if it misses env var --- .github/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index b82b1bc..489fe0f 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -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