Skip to content

Update security-scan.yml #67

Update security-scan.yml

Update security-scan.yml #67

Workflow file for this run

name: Super-Linter
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
statuses: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Super-Linter
uses: github/[email protected] # <— correct repo@tag
with:
# Disable specific linters causing failures
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main