forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 586
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 #760 from BC-SECURITY/release/5.11.7
v5.11.7 into main
- Loading branch information
Showing
10 changed files
with
65 additions
and
152 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
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
DATABASE_USE=sqlite poetry run pytest . -v --runslow | ||
- name: Pytest coverage comment | ||
if: ${{ matrix.python-version == '3.12' }} | ||
uses: MishaKav/[email protected].52 | ||
uses: MishaKav/[email protected].53 | ||
with: | ||
pytest-coverage-path: ./pytest-coverage.txt | ||
junitxml-path: ./pytest.xml | ||
|
@@ -139,7 +139,7 @@ jobs: | |
# To save CI time, only run these tests when the install script or deps changed | ||
- name: Get changed files using defaults | ||
id: changed-files | ||
uses: tj-actions/[email protected].3 | ||
uses: tj-actions/[email protected].4 | ||
- name: Build images | ||
if: contains(steps.changed-files.outputs.modified_files, 'setup/install.sh') || contains(steps.changed-files.outputs.modified_files, 'poetry.lock') | ||
run: docker compose -f .github/install_tests/docker-compose-install-tests.yml build --parallel ${{ join(matrix.images, ' ') }} | ||
|
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "empire-bc-security-fork" | ||
version = "5.11.6" | ||
version = "5.11.7" | ||
description = "" | ||
authors = ["BC Security <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -21,7 +21,6 @@ macholib = "^1.16.3" | |
dropbox = "^11.36.2" | ||
pyOpenSSL = "^24.0.0" | ||
zlib_wrapper = "^0.1.3" | ||
netifaces = "^0.11.0" | ||
jinja2 = "^3.1.3" | ||
xlutils = "^2.0.0" | ||
pyparsing = "^3.1.1" | ||
|
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