Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumefalourd/stackspot-actions
Repository with StackSpot actions
https://github.com/guillaumefalourd/stackspot-actions
stackspot
Last synced: about 2 months ago
JSON representation
Repository with StackSpot actions
- Host: GitHub
- URL: https://github.com/guillaumefalourd/stackspot-actions
- Owner: GuillaumeFalourd
- Created: 2023-04-20T19:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:03:57.000Z (about 2 months ago)
- Last Synced: 2024-11-05T16:36:19.002Z (about 2 months ago)
- Topics: stackspot
- Language: Python
- Homepage: https://v1.stackspot.com/
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Vulnerability Check](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/vulnerability-check.yaml/badge.svg)](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/vulnerability-check.yaml) [![Container Check](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/container-check.yaml/badge.svg)](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/container-check.yaml)
# stackspot-actions
Repository with StackSpot actions
## Actions
### Ready
`stk run action create-github-repo`: Action to create a GitHub repository
`stk run action delete-github-repo`: Action to delete a GitHub repository
`stk run action create-github-release`: Action to create a GitHub repository release
`stk run action vulnerability-check`: Action using StackSpot AI remote quick command to check folder files vulnerabilities.
### On Going
`stk run action create-github-secret`: Action to create a GitHub repository secret
`stk run action owasp-check`: Action using StackSpot AI remote quick command to check files vulnerabilities focussing on OWASP top 10.
## Example
When running the `stk run action vulnerability-check` locally, it's possible to check all files vulnerabilities in the current and sub-directories.