From 035d0ba17d1132c45a9a248672b80f91eb69012c Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 05:30:54 +0000 Subject: [PATCH] feat/fix: Add environment variable for IO_SERVER_U --- .github/workflows/main.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..96b708ca8 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,23 @@ +name: GitHub Actions Workflow + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + env: + IO_SERVER_URL: + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Run Synopsys Intelligent Security Scan + run: | + curl -O https://sigdevsecops.blob.core.windows.net/intelligence-orchestration/2021.01/prescription.sh + chmod +x prescription.sh + ./prescription.sh $IO_SERVER_URL