Skip to content

Releases: AdnaneKhan/Cacheract

Cacheract Alpha - 0.1.1

17 Jan 04:00
8de02cd

Choose a tag to compare

This release adds the ability to configure a custom sleep option. Once cacheract runs, it will sleep for the specified number of seconds (set to 15 seconds by default). This will be useful in cases where you need to do something with a more privileged GITHUB_TOKEN. Since cacheract runs at the end of workflows, there isn't enough time to use it for privilege escalation. Setting it to a minute allows for a quick manual action (such as clearing additional cache entries, issuing workflow events, etc.).

What's Changed

Full Changelog: 0.1.0...0.1.1

Cacheract Alpha - 0.1.0

17 Dec 22:38

Choose a tag to compare

Alpha release of Cacheract Cache Native Malware

Quick Start:

  • Clone https://github.com/ADnaneKhan/Cacheract
  • git checkout 0.1.0
  • Modify src/config.ts to contain webhook, replacements, and optional custom cache entries.
  • Build with npm run build
  • Compiled Cacheract in dist/bundle.js

Deployment

Run with node bundle.js using your default branch execution primitive.