forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #745 from BC-SECURITY/release/5.11.4
v5.11.4 into main
- Loading branch information
Showing
12 changed files
with
290 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
junitxml-path: ./pytest.xml | ||
test_image: | ||
# To save CI time, only run these tests on the release PRs | ||
if: ${{ startsWith(github.head_ref, 'release/') }} | ||
if: ${{ startsWith(github.head_ref, 'release/') || contains( github.event.pull_request.labels.*.name, 'docker') }} | ||
timeout-minutes: 30 | ||
runs-on: ubuntu-latest | ||
name: Test Docker Image | ||
|
@@ -109,9 +109,9 @@ jobs: | |
sed -i 's|ref: sponsors-main|ref: main|g' empire/server/config.yaml | ||
fi | ||
- name: Build docker image | ||
run: docker-compose -f .github/docker-compose.yml build | ||
run: docker compose -f .github/docker-compose.yml build | ||
- name: Run tests on docker image | ||
run: docker-compose -f .github/docker-compose.yml run test | ||
run: docker compose -f .github/docker-compose.yml run test | ||
- name: run structure tests docker | ||
uses: plexsystems/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+113 KB
empire/server/csharp/Covenant/Data/AssemblyReferences/net40/System.configuration.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Rubeus
2 changes: 1 addition & 1 deletion
2
empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.