Skip to content

#30: call python3 with execFileSync to block shell injection in path #67

#30: call python3 with execFileSync to block shell injection in path

#30: call python3 with execFileSync to block shell injection in path #67

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: copyrights
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
copyrights:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/copyrights-action@0.0.8
with:
globs: >-
Dockerfile
LICENSE.txt
Makefile
Rakefile
**/*.sh
**/*.scss
**/*.rb
**/*.fe
**/*.yml