Skip to content

Commit

Permalink
Sigrid improvements (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinfr authored Dec 6, 2023
1 parent 447d9a2 commit f6b84f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sigrid-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source ./src/DeepLinkModule --publish"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source . --publish --targetquality 3"
2 changes: 1 addition & 1 deletion .github/workflows/sigrid-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source ./src/DeepLinkModule"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source . --targetquality 3"
- name: "Save Sigrid CI results"
if: always()
uses: actions/upload-artifact@v2
Expand Down
19 changes: 19 additions & 0 deletions sigrid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
languages:
- name: java
- name: mendix
- name: javascript
exclude:
- ".*/src/DeepLinkModule/javascriptsource/datawidgets/.*"
- ".*/src/DeepLinkModule/javasource/mendixsso/.*"
- ".*/src/DeepLinkModule/javasource/test/.*"
- ".*/src/DeepLinkModule/userlib/.*"
- ".*/src/DeepLinkModule/theme/.*"
- ".*/src/DeepLinkModule/theme_atlas2/.*"
- ".*/src/DeepLinkModule/theme-cache/.*"
- ".*/src/DeepLinkModule/themesource/.*"
- ".*/src/DeepLinkModule/widgets/.*"
- ".*/src/DeepLinkModule/resources/.*"
component_base_dirs:
- "src/DeepLinkModule"
thirdpartyfindings:
enabled: true

0 comments on commit f6b84f2

Please sign in to comment.