Skip to content

[GitHub] A Command Line ToolKit for GitHub Security Alert.

License

Notifications You must be signed in to change notification settings

egmar/security-alert

 
 

Repository files navigation

@security-alert monorepo Actions Status: test

A Command Line ToolKit for GitHub Security Alert.

Tools

SARIF to GitHub Issue/Comment

These tools aim to integration CodeQL and GitHub. CodeQL output the scanned results as SARIF format.

Changelog

See Releases page.

Development

yarn install
yarn run build
yarn test

Release Workflow

  1. Create Release PR via dispatching .github/workflows/create-release-pr.yml
  • You can select new version with semver(patch,minor,major)
  1. [CI] Create Release PR
  1. Review Release PR
  • You can modify PR body
  1. Merge Release PR
  2. [CI] Publish new version to npm and GitHub Release

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Releases

Release all packages via following command:

GH_TOKEN="${GITHUB_TOKEN}" npm run versionup -- --create-release=github && npm run release -- --yes
# or just release and write Release Note manually
# npm run versionup && npm run release -- --yes

Author

License

MIT © azu

About

[GitHub] A Command Line ToolKit for GitHub Security Alert.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • JavaScript 1.2%
  • Shell 0.1%