Skip to content

Avoid /opt/intel when backing up, restoring, and mounting fs mount points on arm instances #6351

Avoid /opt/intel when backing up, restoring, and mounting fs mount points on arm instances

Avoid /opt/intel when backing up, restoring, and mounting fs mount points on arm instances #6351

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/gh-pr-content-checker@v1.0.0
with:
diffDoesNotContainRegex: "\\bnosec\\b|\\bnosemgrep\\b"
skipLabels: skip-security-exclusions-check