We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5145472 + b52b766 commit e1dc60dCopy full SHA for e1dc60d
.github/workflows/secure-build.yml
@@ -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
@@ -0,0 +1,3 @@
+sonar.projectKey=pdffiller_qless-php
+sonar.projectName=qless-php
+sonar.sources=.
0 commit comments