Skip to content

[8.18] [Security][8.18 & 8.19][Bug] Removes note about suppression and prebuilt rules that's no longer applicable (backport #7081) #2047

[8.18] [Security][8.18 & 8.19][Bug] Removes note about suppression and prebuilt rules that's no longer applicable (backport #7081)

[8.18] [Security][8.18 & 8.19][Bug] Removes note about suppression and prebuilt rules that's no longer applicable (backport #7081) #2047

Workflow file for this run

name: docs-preview
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
doc-preview-pr:
runs-on: ubuntu-latest
steps:
- uses: elastic/docs/.github/actions/docs-preview@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
preview-path: 'guide/en/security/master/index.html'
pr: ${{ github.event.pull_request.number }}