Add ability to check pvStatus from CF and more preference settings #3
Annotations
4 errors, 2 warnings, and 2 notices
build
HTTP Status 403 for request POST https://api.github.com/repos/ChannelFinder/cfNameserver/dependency-graph/snapshots
|
build
Response body:
{
"message": "Resource not accessible by integration",
"documentation_url": "https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository",
"status": "403"
}
|
build
Resource not accessible by integration
|
build
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:5317:1
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
Submitting snapshot...
|
build
{
"detector": {
"name": "maven-dependency-tree-action",
"url": "https://github.com/advanced-security/maven-dependency-tree-action",
"version": "1.1.0"
},
"version": 0,
"job": {
"correlator": "build",
"id": "9550665253"
},
"sha": "a8e5247ed2a5b7d252e5525fd52bbff631be8378",
"ref": "refs/pull/5/merge",
"scanned": "2024-06-17T17:29:35.541Z",
"manifests": {
"cfNameserver": {
"resolved": {
"pkg:maven/org.phoebus/core-pva@4.7.3": {
"package_url": "pkg:maven/org.phoebus/core-pva@4.7.3",
"relationship": "direct",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.springframework.boot/spring-boot-starter@2.7.3": {
"package_url": "pkg:maven/org.springframework.boot/spring-boot-starter@2.7.3",
"relationship": "direct",
"scope": "runtime",
"dependencies": [
"pkg:maven/org.springframework.boot/spring-boot@2.7.3",
"pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.7.3",
"pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.7.3",
"pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5",
"pkg:maven/org.springframework/spring-core@5.3.22",
"pkg:maven/org.yaml/snakeyaml@1.30"
]
},
"pkg:maven/org.springframework.boot/spring-boot@2.7.3": {
"package_url": "pkg:maven/org.springframework.boot/spring-boot@2.7.3",
"relationship": "indirect",
"scope": "runtime",
"dependencies": [
"pkg:maven/org.springframework/spring-context@5.3.22"
]
},
"pkg:maven/org.springframework/spring-context@5.3.22": {
"package_url": "pkg:maven/org.springframework/spring-context@5.3.22",
"relationship": "indirect",
"scope": "runtime",
"dependencies": [
"pkg:maven/org.springframework/spring-aop@5.3.22",
"pkg:maven/org.springframework/spring-expression@5.3.22"
]
},
"pkg:maven/org.springframework/spring-aop@5.3.22": {
"package_url": "pkg:maven/org.springframework/spring-aop@5.3.22",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.springframework/spring-expression@5.3.22": {
"package_url": "pkg:maven/org.springframework/spring-expression@5.3.22",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.7.3": {
"package_url": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.7.3",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.7.3": {
"package_url": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.7.3",
"relationship": "indirect",
"scope": "runtime",
"dependencies": [
"pkg:maven/ch.qos.logback/logback-classic@1.2.11",
"pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.17.2",
"pkg:maven/org.slf4j/jul-to-slf4j@1.7.36"
]
},
"pkg:maven/ch.qos.logback/logback-classic@1
|