issues
search
dod-cyber-crime-center
/
DC3-MWCP
DC3 Malware Configuration Parser (DC3-MWCP) is a framework for parsing configuration information from malware. The information extracted from malware includes items such as addresses, passwords, filenames, and mutex names.
Other
300
stars
59
forks
source link
GitHub Action Workflow
#35
Closed
kchason
closed
1 year ago
kchason
commented
1 year ago
Goal:
Provide an initial automated workflow for lint and build operations utilizing GitHub Actions similar to the one in
SQLite Dissect
To allow automated deployments of packages to PyPi when a Git tag is made (Build and PyPi push jobs only run on a workflow triggered by a Git tag)
To configure:
Add a new secret with the name "PYPI_API_TOKEN" with the API token (
https://github.com/dod-cyber-crime-center/DC3-MWCP/settings/secrets/actions
)
Goal:
To configure: