Skip to content

Refactored config recipe for the head node to make it easier to unit test definition of slurm services and added tests. #6293

Refactored config recipe for the head node to make it easier to unit test definition of slurm services and added tests.

Refactored config recipe for the head node to make it easier to unit test definition of slurm services and added tests. #6293

name: Security Exclusions Checker
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Prevent security exclusions
security-exclusions-check:
runs-on: ubuntu-latest
steps:
- name: Check PR
uses: francesco-giordano/[email protected]
with:
diffDoesNotContainRegex: "\\bnosec\\b|\\bnosemgrep\\b"
skipLabels: skip-security-exclusions-check