Skip to content

chore(install-rhdh-catalog-source): replace refs to registry.access.*.redhat.com when rebuilding the bundle manifests [RHIDP-11519] #229

chore(install-rhdh-catalog-source): replace refs to registry.access.*.redhat.com when rebuilding the bundle manifests [RHIDP-11519]

chore(install-rhdh-catalog-source): replace refs to registry.access.*.redhat.com when rebuilding the bundle manifests [RHIDP-11519] #229

Workflow file for this run

name: Differential ShellCheck
on:
push:
paths:
- '**.sh'
- '.github/workflows/scripts-checks.yaml'
branches: [ main ]
pull_request:
paths:
- '**.sh'
- '.github/workflows/scripts-checks.yaml'
branches: [ 'main' ]
permissions:
contents: read
jobs:
shellcheck-lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
# Differential ShellCheck requires full git history
fetch-depth: 0
- id: ShellCheck
name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@d965e66ec0b3b2f821f75c8eff9b12442d9a7d1e # v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
- if: always()
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}