Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixfaisal/attack-on-web-actions
https://github.com/felixfaisal/attack-on-web-actions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixfaisal/attack-on-web-actions
- Owner: felixfaisal
- Created: 2021-02-23T16:05:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T16:20:37.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T20:14:49.076Z (2 months ago)
- Language: JavaScript
- Size: 767 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![AoW](https://i.imgur.com/XLc696Q.gif)
![img](https://img.shields.io/github/workflow/status/felixfaisal/attack-on-web-actions/analyzer?style=for-the-badge)
![img](https://img.shields.io/github/languages/code-size/felixfaisal/attack-on-web-actions?style=for-the-badge)
![img](https://img.shields.io/github/stars/felixfaisal/attack-on-web-actions?style=for-the-badge)This action looks for vulnerable code inside your repository that could be potential data leak such as API keys
We check for API keys of around 25 providers## Inputs
# `repo-name`
The name of the repository where you are calling this actions**Required** This input is required for the action to run
## Example usage
```
uses: felixfaisal/[email protected]
with:
repo-name: 'my-repo'
```