Skip to content

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

License

Notifications You must be signed in to change notification settings

Gby56/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

git checkout -b release-branch
git push -u
GH_TOKEN=xxx npm run versionup
npm run release # use npm instead of yarn

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

Packages

No packages published

Languages

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