Skip to content
/ oscp-builder-template Public template

A project that will be composed of an action that helps to build OSCP notes from a file.

License

Notifications You must be signed in to change notification settings

Eneru/oscp-builder-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oscp-builder-template

GitHub Workflow Status (with event) GitHub tag (with filter) GitHub forks GitHub Repo stars GitHub

The project aims to help building the report for the OSCP certification in a CI/CD manner, without installing something on your computer neither needing to remember how to use pandoc.

Environment Variables

To run the GitHub Actions from this project, you will need to add the following environment variables to your repository's settings

INPUT_DIRECTORY_PATH: where the .md files are (ex: inputs)

OUTPUT_DIRECTORY_PATH: where the .pdf file will be (ex: target/release)

OUTPUT_FILENAME: what is the pdf name (ex: result)

ARTIFACT_NAME: what is the name of the generated artifact (ex: release)

Usage/Examples

Simply create .md file(s) inside the INPUT_DIRECTORY_PATH of your repo, and push to main to trigger the GitHub workflow.

Acknowledgements

License

The Unlicense

About

A project that will be composed of an action that helps to build OSCP notes from a file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published