Commit a6f75fe 1 parent 6bc6568 commit a6f75fe Copy full SHA for a6f75fe
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
- ' gobintests.yml'
12
12
branches :
13
13
- master
14
+ - release/*
14
15
tags :
15
16
- ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
16
17
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="AppThreat" \
4
4
org.opencontainers.image.authors="Team AppThreat <cloud@appthreat.com>" \
5
5
org.opencontainers.image.source="https://github.com/owasp-dep-scan/dep-scan" \
6
6
org.opencontainers.image.url="https://appthreat.com" \
7
- org.opencontainers.image.version="5.0.0 " \
7
+ org.opencontainers.image.version="5.2.x " \
8
8
org.opencontainers.image.vendor="appthreat" \
9
9
org.opencontainers.image.licenses="MIT" \
10
10
org.opencontainers.image.title="dep-scan" \
@@ -73,7 +73,8 @@ RUN set -e; \
73
73
&& sdk offline enable \
74
74
&& mv /root/.sdkman/candidates/* /opt/ \
75
75
&& rm -rf /root/.sdkman \
76
- && npm install -g @cyclonedx/cdxgen \
76
+ && npm install -g @cyclonedx/cdxgen@^9.11.5 \
77
+ && cdxgen --version \
77
78
&& curl -LO "https://dl.google.com/go/go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz" \
78
79
&& tar -C /usr/local -xzf go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz \
79
80
&& rm go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz \
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " owasp-depscan"
3
- version = " 5.2.3 "
3
+ version = " 5.2.4 "
4
4
description = " Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
5
5
authors = [
6
6
{name = " Team AppThreat" , email = " cloud@appthreat.com" },
7
7
]
8
8
dependencies = [
9
9
" appthreat-vulnerability-db==5.5.10" ,
10
10
" defusedxml" ,
11
- " oras" ,
11
+ " oras==0.1.26 " ,
12
12
" PyYAML" ,
13
13
" rich" ,
14
14
" quart" ,
You can’t perform that action at this time.
0 commit comments