Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit e69c5ef

Browse files
committed
Minor changes
- updated gfx README - added some missing license header
1 parent 356e39f commit e69c5ef

File tree

6 files changed

+50
-3
lines changed

6 files changed

+50
-3
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,35 @@ jobs:
2222
node-version: '10'
2323
- run: npm install
2424
# https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions
25+
2526
- run: xvfb-run -a npm test
2627
if: runner.os == 'Linux'
2728
- run: npm test
2829
if: runner.os != 'Linux'
30+
31+
- name: Fetch version from package.json
32+
id: version
33+
uses: notiz-dev/github-action-json-property@release
34+
with:
35+
path: 'package.json'
36+
prop_path: 'version'
37+
38+
- name: "Show version: v${{ steps.version.outputs.prop }}"
39+
run: echo v${{ steps.version.outputs.prop }}
40+
41+
# - name: License check
42+
# uses: blackducksoftware/github-action@2.0.1
43+
# env:
44+
# SYNOPSYS_SKIP_PHONE_HOME: true
45+
# with:
46+
# args: |
47+
# '--blackduck.url="${{ secrets.BLACKDUCK_URL}}" \
48+
# --detect.project.name="${{ secrets.BLACKDUCK_PROJECT_NAME }}" \
49+
# --detect.npm.include.dev.dependencies=false \
50+
# --blackduck.api.token="${{ secrets.BLACKDUCK_API_TOKEN }}-ci" \
51+
# --detect.excluded.detector.types=GIT \
52+
# --detect.policy.check.fail.on.severities=CRITICAL \
53+
# --detect.project.version.name="${{ steps.version.outputs.prop }}" \
54+
# --detect.detector.search.depth=3 \
55+
# --detect.blackduck.signature.scanner.exclusion.name.pattern=.git,node_modules,.vscode-test \
56+
# '

3RD_PARTY_LICENSES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright 2021
2+
3+
[sechub-plugin-vscode : 0.1.0]
4+
5+
Phase: RELEASED
6+
Distribution: OPENSOURCE
7+
8+
Components:
9+
10+
11+
Licenses:

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
<!-- SPDX-License-Identifier: MIT --->
12
# Change Log
23

34
All notable changes to the "sechub-plugin-vscode" extension will be documented in this file.
45

56
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
67

7-
## [Unreleased]
8+
## [0.1.0]
9+
- Initial release
10+
- User has possibility to load existing SecHub report from local file system.
11+
- Loaded reports can be crawled and editor will show up when source is available
12+
- If CWE information is available a link is provided in details
813

9-
- Initial release
14+
## [Unreleased]

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- SPDX-License-Identifier: MIT --->
12
It is Daimler’s goal to offer its customers the best and most secure products such as connected cars and other services. Daimler values the work of security researchers and whitehat hackers who spend time and effort helping us to achieve this goal.
23

34
For further Information please visit our [Vulnerability Reporting Policy](https://www.daimler.com/whitehat/).

media/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- SPDX-License-Identifier: MIT --->
12
## About
23

34
Here some icons are stored being used inside plugin. If some of the icons are from external then the location, the author and the license will be mentioned.
@@ -6,7 +7,7 @@ Here some icons are stored being used inside plugin. If some of the icons are fr
67
`if_advantage_protection_1034363.svg`
78
`if_advantage_protection_1034363.png`
89

9-
(stored as sechub-logo.svg)
10+
(stored as sechub-logo.svg, also as sechub-logo-big.png)
1011

1112
Link: <https://www.iconfinder.com/icons/1034363/advantage_protect_protection_security_shield_icon#size=128>
1213

media/material-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- SPDX-License-Identifier: MIT --->
12
## About
23

34
This folder contains some icons from material design - which are available under Apache license version 2.0.

0 commit comments

Comments
 (0)