Skip to content

Update RHEL 9 STIG controls from V2R4 to V2R7 #1064

Update RHEL 9 STIG controls from V2R4 to V2R7

Update RHEL 9 STIG controls from V2R4 to V2R7 #1064

Workflow file for this run

name: Ruff Gate
on:
merge_group:
branches: [ 'master' ]
push:
branches: [ '*', '!stabilization*', '!stable*', '!master' ]
pull_request:
branches: [ 'master', 'stabilization*', 'oscal-update-*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
ruff:
name: Run ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: Install ruff
run: python3 -m pip install ruff
- name: Run ruff check
run: ruff check