Skip to content

Commit

Permalink
Updating Auditor to 2.0.3, Trivy to 0.46.1 and NGINX to 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarc committed Oct 31, 2023
1 parent a237dff commit b5e8c17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
conf/Fernflower/excluded_sha1.txt
conf/CSA/default-bins.yaml
conf/CSA/custom-rules/*
conf/CSA/default-rules/*
conf/CSA/default-rules*
conf/CSA/tmp-rules/*
conf/CSA/tmp-bins.yaml
dist/bagger/target
Expand Down
6 changes: 3 additions & 3 deletions _versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##############################################################################################################

# Current version of Application Portfolio Auditor
export TOOL_VERSION='2.0.2'
export TOOL_VERSION='2.0.3'

# Java version used for Bagger and Fernflower
export JAVA_VERSION='20'
Expand Down Expand Up @@ -41,11 +41,11 @@ export SLSCAN_VERSION='2.1.1'
export INSIDER_VERSION='3.0.0'
export SYFT_VERSION='0.94.0'
export GRYPE_VERSION='0.72.0'
export TRIVY_VERSION='0.46.0'
export TRIVY_VERSION='0.46.1'

# Other
export MUSTACHE_VERSION="3.0.3"
export NGINX_VERSION="1.25.2"
export NGINX_VERSION="1.25.3"
export NIST_MIRROR_VERSION="1.6.0"
export D3_VERSION="7.8.5"
export JQUERY_VERSION="3.7.1"
Expand Down
2 changes: 1 addition & 1 deletion util/02__update/check_latest_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async def print_ok_message(message,line_idx):
(check_github, 'nexB/scancode-toolkit', r'.*/tag/v(.+)', 'ScanCode', SCANCODE_VERSION, None),
(check_github, 'AlDanial/cloc', r'.*/tag/v(.+)', 'CLOC', CLOC_VERSION, None),
## Windup: Versions from 6.2.x do not allow multiple targets
(check_github, 'windup/windup-distribution', r'.*/tag/(.+).Final', 'Windup', WINDUP_VERSION, '6.3.2'),
(check_github, 'windup/windup-distribution', r'.*/tag/(.+).Final', 'Windup', WINDUP_VERSION, '6.3.3'),
(check_github, 'vmware-tanzu/cloud-suitability-analyzer', r'.*/tag/(.+)', 'CSA', CSA_VERSION, None),
(check_github, 'microsoft/ApplicationInspector', r'.*/tag/v(.+)', 'MAI', MAI_VERSION, None),
(check_github, 'github/linguist', r'.*/tag/v(.+)', 'Linguist', LINGUIST_VERSION, None),
Expand Down

0 comments on commit b5e8c17

Please sign in to comment.