https://github.com/guillaumefalourd/stackspot-actions
Repository with stackspot actions
https://github.com/guillaumefalourd/stackspot-actions
actions stackspot
Last synced: 10 months ago
JSON representation
Repository with stackspot actions
- Host: GitHub
- URL: https://github.com/guillaumefalourd/stackspot-actions
- Owner: GuillaumeFalourd
- Created: 2024-12-27T11:32:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T11:57:33.000Z (about 1 year ago)
- Last Synced: 2025-02-14T12:38:37.146Z (about 1 year ago)
- Topics: actions, stackspot
- Language: Python
- Homepage: https://docs.stackspot.com/en/create-use/create-content/action/actions
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/vulnerability-check.yaml) [](https://github.com/GuillaumeFalourd/stackspot-actions/actions/workflows/container-check.yaml)
# stackspot-actions
Repository with StackSpot actions
## Actions
To use any automation from this repository, you need to have the STK CLI installed, and execute the command lines below at the repository root.
### Ready
`stk run action ./container-check`: Action to check container image vulnerabilities
`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.
`stk run action ./dynamodb-backup`: Action to create a AWS Dynamo DB backup
### 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.
When running the `stk run action ./container-check` locally, it's possible to check all Dockerfile image vulnerabilities in the current and sub-directories.