Skip to content

Commit 8c7117a

Browse files
authored
Merge pull request #27 from pdffiller/add-sonar-config
Add SonarQube configuration and Secure Build workflow
2 parents ff6776c + 0dd8b5d commit 8c7117a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: .github/workflows/secure-build.yml

+13
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

Diff for: sonar-project.properties

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sonar.projectKey=pdffiller_laravel-queue-qless
2+
sonar.projectName=laravel-queue-qless
3+
sonar.sources=.

0 commit comments

Comments
 (0)