Skip to content

Commit

Permalink
Add enforce OPA container
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Dec 8, 2023
1 parent a927806 commit 89ad544
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,16 @@ jobs:
echo "🚀 Successfully connected to Open Policy Agent (OPA)"
echo "✅ Quality gate passed"
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
- name: "Run Python script"
uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"
- name: "Run Python script"
uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: jannekem/run-python-script-action@v1
with:
script: |
Expand Down

0 comments on commit 89ad544

Please sign in to comment.