https://github.com/stoe/octoherd-script-security-analysis
Enable security and analysis features
https://github.com/stoe/octoherd-script-security-analysis
octoherd-script
Last synced: 24 days ago
JSON representation
Enable security and analysis features
- Host: GitHub
- URL: https://github.com/stoe/octoherd-script-security-analysis
- Owner: stoe
- License: mit
- Archived: true
- Created: 2021-12-15T14:12:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:54:34.000Z (over 1 year ago)
- Last Synced: 2025-05-02T19:48:45.653Z (25 days ago)
- Topics: octoherd-script
- Language: JavaScript
- Homepage: https://npm.im/@stoe/octoherd-script-security-analysis
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
- Codeowners: .github/codeowners
Awesome Lists containing this project
- awesome-octoherd-scripts - Security analysis - Enable security and analysis features. (Scripts)
README
# octoherd-script-security-analysis
> Enable security and analysis features
[](https://github.com/stoe/octoherd-script-security-analysis/actions/workflows/test.yml) [](https://github.com/stoe/octoherd-script-security-analysis/actions/workflows/codeql.yml) [](https://github.com/stoe/octoherd-script-security-analysis/actions/workflows/publish.yml) [](https://github.com/prettier/prettier)
## Usage
```js
npx @stoe/octoherd-script-security-analysis \
-R "stoe/*" \
-T 0123456789012345678901234567890123456789
```## Options
| option | type | default | description |
| ---------- | ------- | ------- | ---------------------------------------------------------------------------------- |
| `--alerts` | boolean | `false` | enable Dependabot alerts |
| `--fixes` | string | `false` | enable Dependabot security updates, will also enable Dependabot alerts when `true` |One of `--alerts` or `--fixes` is required.
## Contributing
See [CONTRIBUTING.md](https://github.com/stoe/.github/blob/main/.github/CONTRIBUTING.md)
## About Octoherd
[@octoherd](https://github.com/octoherd/) is a project to help you keep your GitHub repositories in line.
## License
[MIT](license)