Skip to content

feat(shield): unprivileged host-shield support for CIS benchmark checks #5213

feat(shield): unprivileged host-shield support for CIS benchmark checks

feat(shield): unprivileged host-shield support for CIS benchmark checks #5213

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
branches: [main]
jobs:
pr-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"