Skip to content

Commit f19eec1

Browse files
committed
Add overrides for oss-attribution-generator package
1 parent 9ec6932 commit f19eec1

File tree

7 files changed

+859
-27
lines changed

7 files changed

+859
-27
lines changed

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,7 @@ jobs:
529529
npm i -g @cyclonedx/cyclonedx-npm
530530
531531
echo "Installing OSS Attribution Generator"
532-
source .packageversionrc
533-
npm i -g @electrovir/oss-attribution-generator@$oss_attribution_generator_version
532+
npm ci --prefix build-tools/oss-attribution/oss-attribution-generator
534533
535534
echo "Installing semver"
536535
npm i -g semver@$semver_version

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ build-private
77
code-editor-src
88
vscode-reh-web-*
99
code-editor-src-*
10-
node_modules
11-
package-lock.json
12-
package.json
10+
node_modules

.packageversionrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
oss_attribution_generator_version=2.0.0
21
semver_version=7.7.2

0 commit comments

Comments
 (0)