Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/dissect-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: packages
path: dist/
Expand All @@ -32,3 +32,4 @@ jobs:
trigger-tests:
needs: [publish]
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-demand-test-template.yml@main
secrets: inherit
6 changes: 1 addition & 5 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@
\__,_|\___\__, |\__,_|_|_| \___|
by Fox-IT |_| v{}
part of NCC Group
""".format(
VERSION
)[
1:
]
""".format(VERSION)[1:]

MODULES = {}
MODULE_LOOKUP = {}
Expand Down