Skip to content

Commit

Permalink
Prepare for 5.2.14 release
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Mar 29, 2024
1 parent f59bc21 commit 63b5829
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpine.yml
Expand Up @@ -22,16 +22,19 @@ jobs:
with:
repository: owasp-dep-scan/dep-scan
path: dep-scan
ref: 'v5.2.14'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen
path: cdxgen
ref: 'v10.2.6'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen-plugins-bin
path: cdxgen-plugins-bin
ref: 'v1.5.8'
- name: Install go
run: |
wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Expand Up @@ -23,16 +23,19 @@ jobs:
with:
repository: owasp-dep-scan/dep-scan
path: dep-scan
ref: 'v5.2.14'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen
path: cdxgen
ref: 'v10.2.6'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen-plugins-bin
path: cdxgen-plugins-bin
ref: 'v1.5.8'
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/win.yml
Expand Up @@ -17,16 +17,19 @@ jobs:
with:
repository: owasp-dep-scan/dep-scan
path: dep-scan
ref: 'v5.2.14'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen
path: cdxgen
ref: 'v10.2.6'
- name: Checkout cdxgen
uses: actions/checkout@v4
with:
repository: CycloneDX/cdxgen-plugins-bin
path: cdxgen-plugins-bin
ref: 'v1.5.8'
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -9,6 +9,6 @@
<key>CFBundleName</key>
<string>depscan</string>
<key>CFBundleVersion</key>
<string>5.2.12</string>
<string>5.2.14</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions file_version_info.txt
Expand Up @@ -7,8 +7,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0. Must always contain 4 elements.
filevers=(5,2,12,0),
prodvers=(5,2,12,0),
filevers=(5,2,14,0),
prodvers=(5,2,14,0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'OWASP Foundation'),
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
StringStruct(u'FileVersion', u'5.2.12.0'),
StringStruct(u'FileVersion', u'5.2.14.0'),
StringStruct(u'InternalName', u'depscan'),
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
StringStruct(u'OriginalFilename', u'depscan.exe'),
StringStruct(u'ProductName', u'depscan'),
StringStruct(u'ProductVersion', u'5.2.12.0')])
StringStruct(u'ProductVersion', u'5.2.14.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 63b5829

Please sign in to comment.