Merge pull request #27 from pdffiller/add-sonar-config #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Secure Build Workflow | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
- develop | ||
jobs: | ||
secure-build: | ||
# The stable version specified here is intentional. | ||
# Please consult with the Security team before making any changes. | ||
uses: pdffiller/security_checks/.github/workflows/secure-build.yml@stable | ||
Check failure on line 12 in .github/workflows/secure-build.yml
|
||
secrets: inherit |