Skip to content

Commit e1dc60d

Browse files
authored
Merge pull request #158 from pdffiller/add-sonar-config
Add SonarQube configuration and Secure Build workflow
2 parents 5145472 + b52b766 commit e1dc60d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/secure-build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Secure Build Workflow
2+
on:
3+
push:
4+
branches:
5+
- main
6+
- master
7+
- develop
8+
jobs:
9+
secure-build:
10+
# The stable version specified here is intentional.
11+
# Please consult with the Security team before making any changes.
12+
uses: pdffiller/security_checks/.github/workflows/secure-build.yml@stable
13+
secrets: inherit

sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sonar.projectKey=pdffiller_qless-php
2+
sonar.projectName=qless-php
3+
sonar.sources=.

0 commit comments

Comments
 (0)