Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
5ad50773
Commit
5ad50773
authored
1 year ago
by
Bruce Jin
Browse files
Options
Downloads
Patches
Plain Diff
remove nd-cve scanning in aws
parent
d7bed029
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!461
remove nd-cve scanning in aws
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NOTICE
+1
-11
1 addition, 11 deletions
NOTICE
provider/register-aws/build-aws/buildspec.yaml
+1
-3
1 addition, 3 deletions
provider/register-aws/build-aws/buildspec.yaml
provider/register-aws/pom.xml
+0
-19
0 additions, 19 deletions
provider/register-aws/pom.xml
with
2 additions
and
33 deletions
NOTICE
+
1
−
11
View file @
5ad50773
...
...
@@ -509,8 +509,6 @@ GPL-2.0-only
========================================================================
The following software have components provided under the terms of this license:
- Jakarta Expression Language API (from https://projects.eclipse.org/projects/ee4j.el)
- Jakarta RESTful WS API (from https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api)
- JavaMail API jar (from https://repo1.maven.org/maven2/javax/mail/javax.mail-api)
- tomcat-embed-core (from http://tomcat.apache.org/)
...
...
@@ -536,13 +534,6 @@ The following software have components provided under the terms of this license:
- jersey-core-common (from https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common)
- tomcat-embed-core (from http://tomcat.apache.org/)
========================================================================
GPL-3.0-only
========================================================================
The following software have components provided under the terms of this license:
- Jakarta Expression Language API (from https://projects.eclipse.org/projects/ee4j.el)
========================================================================
ISC
========================================================================
...
...
@@ -629,7 +620,7 @@ The following software have components provided under the terms of this license:
- mockito-inline (from http://mockito.org, https://github.com/mockito/mockito)
- mockito-junit-jupiter (from https://github.com/mockito/mockito)
- msal4j (from https://github.com/AzureAD/microsoft-authentication-library-for-java)
- msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java)
- msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java
, https://github.com/AzureAD/microsoft-authentication-library-for-java
)
- qpid-proton-j-extensions (from https://github.com/Azure/qpid-proton-j-extensions)
========================================================================
...
...
@@ -680,7 +671,6 @@ gpl-2.0-classpath
The following software have components provided under the terms of this license:
- Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca)
- Jakarta RESTful WS API (from https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api)
- Jakarta Validation API (from https://beanvalidation.org)
========================================================================
...
...
This diff is collapsed.
Click to expand it.
provider/register-aws/build-aws/buildspec.yaml
+
1
−
3
View file @
5ad50773
...
...
@@ -91,9 +91,7 @@ phases:
python provider/register-aws/build-aws/build-info.py --branch ${CODEBUILD_SOURCE_VERSION} --commit ${CODEBUILD_RESOLVED_SOURCE_VERSION} \
--buildid ${CODEBUILD_BUILD_ID} --buildnumber ${CODEBUILD_BUILD_NUMBER} --reponame ${REPO_NAME} --outdir ${OUTPUT_DIR} \
--artifact ${ECR_IMAGE}
post_build
:
commands
:
-
cp provider/register-aws/target/dependency-check-report.html ${OUTPUT_DIR}
reports
:
SurefireReports
:
# CodeBuild will create a report group called "SurefireReports".
files
:
#Store all of the files
...
...
This diff is collapsed.
Click to expand it.
provider/register-aws/pom.xml
+
0
−
19
View file @
5ad50773
...
...
@@ -184,25 +184,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.owasp
</groupId>
<artifactId>
dependency-check-maven
</artifactId>
<version>
7.4.4
</version>
<configuration>
<!-- .Disable Net content-->
<assemblyAnalyzerEnabled>
false
</assemblyAnalyzerEnabled>
<nugetconfAnalyzerEnabled>
false
</nugetconfAnalyzerEnabled>
<nuspecAnalyzerEnabled>
false
</nuspecAnalyzerEnabled>
<failOnError>
false
</failOnError>
</configuration>
<executions>
<execution>
<goals>
<goal>
check
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment