Skip to content

Commit 47730d7

Browse files
Merge branch 'main' into feat/init-in-factory-params
2 parents 750eac8 + 2054857 commit 47730d7

File tree

2 files changed

+1
-52
lines changed

2 files changed

+1
-52
lines changed

Diff for: .github/workflows/ci-integrations.yml

-18
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ on:
1515

1616

1717
jobs:
18-
scanning:
19-
name: GitGuardian scan
20-
if: false
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0 # fetch all history so multiple commits can be scanned
26-
- uses: GitGuardian/ggshield-action@v1
27-
with:
28-
args: -v
29-
env:
30-
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
31-
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
32-
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
33-
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
34-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
35-
3618
run-ci:
3719
name: Run CI
3820
runs-on: ubuntu-latest

Diff for: .github/workflows/continuous-integration.yml

+1-34
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,4 @@ jobs:
1212
uses: ./.github/workflows/ci-integrations.yml
1313
secrets: inherit
1414
with:
15-
enterprise: false
16-
17-
sonarcloud-sdk:
18-
name: "SonarCloud SDK"
19-
needs: [continous-integration]
20-
uses: ./.github/workflows/sonarcloud-integrations.yml
21-
secrets:
22-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
23-
with:
24-
project_key: "vuestorefront_vue-storefront_sdk"
25-
package_name: "sdk"
26-
exclusions: "*.config.js,src/index.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"
27-
28-
sonarcloud-cli:
29-
name: "SonarCloud CLI"
30-
needs: [continous-integration]
31-
uses: ./.github/workflows/sonarcloud-integrations.yml
32-
secrets:
33-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
34-
with:
35-
project_key: "vuestorefront_vue-storefront_cli"
36-
package_name: "cli"
37-
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,"
38-
39-
sonarcloud-middleware:
40-
name: "SonarCloud Middleware"
41-
needs: [continous-integration]
42-
uses: ./.github/workflows/sonarcloud-integrations.yml
43-
secrets:
44-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
45-
with:
46-
project_key: "vuestorefront_vue-storefront_middleware"
47-
package_name: "middleware"
48-
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"
15+
enterprise: false

0 commit comments

Comments
 (0)