Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
ric-app-hw-py
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wen Wei Li
ric-app-hw-py
Commits
ef9c4f17
Commit
ef9c4f17
authored
Aug 28, 2023
by
Wen Wei Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dependency check
parent
ccd5430f
Pipeline
#4831
failed with stage
Changes
10
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
5 additions
and
2741 deletions
+5
-2741
.drone.yml
.drone.yml
+5
-0
reports/.sastscan.baseline
reports/.sastscan.baseline
+0
-27
reports/ngsast-report.findings.json
reports/ngsast-report.findings.json
+0
-1
reports/scan-full-report.json
reports/scan-full-report.json
+0
-2
reports/source-python-report.html
reports/source-python-report.html
+0
-416
reports/source-python-report.json
reports/source-python-report.json
+0
-0
reports/source-python-report.sarif
reports/source-python-report.sarif
+0
-86
reports/source-yaml-report.html
reports/source-yaml-report.html
+0
-887
reports/source-yaml-report.sarif
reports/source-yaml-report.sarif
+0
-1317
reports/yamllint-report.out
reports/yamllint-report.out
+0
-5
No files found.
.drone.yml
View file @
ef9c4f17
...
...
@@ -20,6 +20,11 @@ steps:
from_secret
:
sonar_host
SONAR_TOKEN
:
from_secret
:
sonar_token
-
name
:
dependency-check-py
image
:
prlab/dependency-check-py
volumes
:
-
name
:
cache
path
:
/build/
-
name
:
scp
image
:
appleboy/drone-scp
...
...
reports/.sastscan.baseline
deleted
100644 → 0
View file @
ccd5430f
{
"baseline_fingerprints": {
"scanPrimaryLocationHash": [
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb",
"b0bd4a6a902e74cb"
],
"scanTagsHash": []
},
"created_at": "2023-08-28 05:56:18.157798"
}
\ No newline at end of file
reports/ngsast-report.findings.json
deleted
100644 → 0
View file @
ccd5430f
This diff is collapsed.
Click to expand it.
reports/scan-full-report.json
deleted
100644 → 0
View file @
ccd5430f
This diff is collapsed.
Click to expand it.
reports/source-python-report.html
deleted
100644 → 0
View file @
ccd5430f
This diff is collapsed.
Click to expand it.
reports/source-python-report.json
deleted
100644 → 0
View file @
ccd5430f
reports/source-python-report.sarif
deleted
100644 → 0
View file @
ccd5430f
{
"runs": [
{
"tool": {
"driver": {
"name": "Python Source Analyzer",
"version": "1.0.0-scan",
"fullName": "Python Source Analyzer"
}
},
"conversion": {
"tool": {
"driver": {
"name": "@ShiftLeft/sast-scan"
}
},
"invocation": {
"arguments": [
"-r",
"-a",
"vuln",
"-n",
"3",
"-s",
"B101,B102,B105,B307,B308,B310,B322,B404,B601,B602,B603,B604,B605,B701,B702,B703",
"-iii",
"-ll",
"-o",
"/app/reports/source-python-report.json",
"-f",
"json",
"-x",
".git,.svn,.mvn,.idea,.github,.hg,dist,obj,backup,docs,tests,test,test-packages,tmp,report,reports,node_modules,.terraform,.serverless,venv,.virtualenv,vendor,bower_components,.vscode,e2e,.pytest_cache,__pycache__,.storybook,.venv,.tox,examples,tutorials,samples,migrations,db_migrations,unittests,unittests_legacy,stubs,cypress,mock,mocks",
"/app"
],
"executionSuccessful": true,
"commandLine": "-r -a vuln -n 3 -s B101,B102,B105,B307,B308,B310,B322,B404,B601,B602,B603,B604,B605,B701,B702,B703 -iii -ll -o /app/reports/source-python-report.json -f json -x .git,.svn,.mvn,.idea,.github,.hg,dist,obj,backup,docs,tests,test,test-packages,tmp,report,reports,node_modules,.terraform,.serverless,venv,.virtualenv,vendor,bower_components,.vscode,e2e,.pytest_cache,__pycache__,.storybook,.venv,.tox,examples,tutorials,samples,migrations,db_migrations,unittests,unittests_legacy,stubs,cypress,mock,mocks /app",
"endTimeUtc": "2023-08-28T05:56:16Z",
"workingDirectory": {
"uri": "file:///home/oran/Documents/ric-app-hw-python"
}
}
},
"invocations": [
{
"executionSuccessful": true,
"endTimeUtc": "2023-08-28T05:56:16Z",
"workingDirectory": {
"uri": "file:///home/oran/Documents/ric-app-hw-python"
}
}
],
"properties": {
"metrics": {
"total": 0,
"critical": 0,
"high": 0,
"medium": 0,
"low": 0
}
},
"results": [],
"automationDetails": {
"description": {
"text": "Static Analysis Security Test results using @ShiftLeft/sast-scan"
},
"guid": "bf813369-d6ff-470d-a89e-195870e19510"
},
"versionControlProvenance": [
{
"branch": "master",
"repositoryUri": "",
"revisionId": ""
}
]
}
],
"version": "2.1.0",
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
"inlineExternalProperties": [
{
"guid": "bf813369-d6ff-470d-a89e-195870e19510",
"runGuid": "518b5465-3c50-45a1-bef9-cbca03e2d705"
}
]
}
\ No newline at end of file
reports/source-yaml-report.html
deleted
100644 → 0
View file @
ccd5430f
This diff is collapsed.
Click to expand it.
reports/source-yaml-report.sarif
deleted
100644 → 0
View file @
ccd5430f
This diff is collapsed.
Click to expand it.
reports/yamllint-report.out
deleted
100644 → 0
View file @
ccd5430f
/app/resources/pod.yaml:19:1: [warning] missing document start "---" (document-start)
/app/.drone.yml:16:81: [error] line too long (108 > 80 characters) (line-length)
/app/.drone.yml:16:104: [error] trailing spaces (trailing-spaces)
/app/.drone.yml:38:11: [error] too many spaces before colon (colons)
/app/.drone.yml:47:1: [error] trailing spaces (trailing-spaces)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment