Skip to content

Fix a new line at beginning of cat command in any sonar #1

Fix a new line at beginning of cat command in any sonar

Fix a new line at beginning of cat command in any sonar #1

# SPDX-FileCopyrightText: Copyright (C) 2025 Fabrício Barros Cabral
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: action-security-test
'on':
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
permissions:
actions: read
contents: read
security-events: write
jobs:
action-security-test:
uses: fabriciofx/github-workflows/.github/workflows/action-security-template.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}