Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,7 @@ jobs:
npm i -g @cyclonedx/cyclonedx-npm

echo "Installing OSS Attribution Generator"
source .packageversionrc
npm i -g @electrovir/oss-attribution-generator@$oss_attribution_generator_version
npm ci --prefix build-tools/oss-attribution/oss-attribution-generator

echo "Installing semver"
npm i -g semver@$semver_version
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ build-private
code-editor-src
vscode-reh-web-*
code-editor-src-*
node_modules
package-lock.json
package.json
node_modules
1 change: 0 additions & 1 deletion .packageversionrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
oss_attribution_generator_version=2.0.0
semver_version=7.7.2
2 changes: 1 addition & 1 deletion LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -6130,7 +6130,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

tar
7.5.4 <https://github.com/isaacs/node-tar>
7.5.9 <https://github.com/isaacs/node-tar>
# Blue Oak Model License

Version 1.0.0
Expand Down
Loading