Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
distribution: 'adopt'

- name: Install OpenAPI Tools
run: npm install @openapitools/openapi-generator-cli -g

Check warning on line 27 in .github/workflows/generate-sdk.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=mydatamyconsent_ruby-sdk&issues=AZ_kdOadwr7A0FAxlovh&open=AZ_kdOadwr7A0FAxlovh&pullRequest=33

Check warning on line 27 in .github/workflows/generate-sdk.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=mydatamyconsent_ruby-sdk&issues=AZ_kdOadwr7A0FAxlovi&open=AZ_kdOadwr7A0FAxlovi&pullRequest=33

- name: Cleanup folders
run: |
Expand All @@ -42,10 +42,10 @@
sed -i 's/PaginatedList<\(.*\)>/PaginatedListOf\1s/' openapi-spec.json

- name: Generate SDK's
run: npx @openapitools/openapi-generator-cli generate

Check warning on line 45 in .github/workflows/generate-sdk.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=mydatamyconsent_ruby-sdk&issues=AZ_kdOadwr7A0FAxlovk&open=AZ_kdOadwr7A0FAxlovk&pullRequest=33

Check warning on line 45 in .github/workflows/generate-sdk.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=mydatamyconsent_ruby-sdk&issues=AZ_kdOadwr7A0FAxlovj&open=AZ_kdOadwr7A0FAxlovj&pullRequest=33

- name: Repository update
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v11

Check failure on line 48 in .github/workflows/generate-sdk.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=mydatamyconsent_ruby-sdk&issues=AZ_kdOadwr7A0FAxlovl&open=AZ_kdOadwr7A0FAxlovl&pullRequest=33
with:
author_name: Balamurali Pandranki
author_email: balamurali@live.com
Expand Down
Loading