Repository with StackSpot 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.
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
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.
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.