Skip to content

Security hardening: credentials.json gitignore, CI least-privilege, SHA-pin ShellCheck #7

Security hardening: credentials.json gitignore, CI least-privilege, SHA-pin ShellCheck

Security hardening: credentials.json gitignore, CI least-privilege, SHA-pin ShellCheck #7

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v2.0.0
with:
scandir: '.'
severity: warning
ignore_paths: terminal-academy node_modules