Skip to content

Commit

Permalink
FIx security audit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent 3e7cbca commit 661b6fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,25 @@ jobs:
# cpu_architecture: riscv64gc
# platform: linux
# toolchain: gnu
permissions:
contents: read
issues: write
runs-on: ${{ matrix.cicd_runner }}
steps:
- name: 🎟 Checkout Git Repository Step
id: repository_checkout_step
uses: actions/checkout@v4
- name: 🐍 Setup Python Step
id: python_setup_step
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: ↕️ Install dependencies
id: dependencies_install_step
run: |
python -m pip install --upgrade pip
pip install requests
- name: 🕵️‍♂️ Security Audit Step
id: audit_step
uses: actions-rust-lang/audit@v1
Expand Down

0 comments on commit 661b6fb

Please sign in to comment.