From dcab47e2feb4971aa2ca98c7a009aff56b0bc6c4 Mon Sep 17 00:00:00 2001 From: "Austin Songer,MIS,CEH,ESCA,Project+ (Navy Veteran)" Date: Thu, 6 Jun 2024 13:37:54 -0500 Subject: [PATCH] Update okta.yml --- .github/workflows/okta.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/okta.yml b/.github/workflows/okta.yml index 06a8809..7e047bd 100644 --- a/.github/workflows/okta.yml +++ b/.github/workflows/okta.yml @@ -25,10 +25,10 @@ jobs: with: python-version: "3.x" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install requests jq + - name: Prepare Environment + id: prep + run: /bin/bash scripts/prep.sh + continue-on-error: false - name: Run check-authentication-settings run: python src/evidence-collection/okta/check_authentication_settings.py