Skip to content

(RHEL-34059) coredump: generate stacktraces also for processes running in containers w/o coredump forwarding #400

(RHEL-34059) coredump: generate stacktraces also for processes running in containers w/o coredump forwarding

(RHEL-34059) coredump: generate stacktraces also for processes running in containers w/o coredump forwarding #400

---
# https://github.com/redhat-plumbers-in-action/differential-shellcheck#readme
name: Differential ShellCheck
on:
pull_request:
branches:
- main
- rhel-9.*.0
permissions:
contents: read
jobs:
lint:
name: Differential ShellCheck
runs-on: ubuntu-latest
permissions:
security-events: write
pull-requests: write
steps:
- name: Repository checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@1b1b75e42f0694c1012228513b21617a748c866e
with:
token: ${{ secrets.GITHUB_TOKEN }}