Runner application for interfacing with Amplify Security's platform from continuous integration environments.
Table of Contents
Actions can be tested locally, to some extent, using nektos/act, e.g.:
act -n -s GITHUB_TOKEN="$(gh auth token)" -s DOCKERHUB_USERNAME -s DOCKERHUB_ACCESS_TOKEN -W .github/workflows/release.yml
Removing the dry-run flag (-n
) will test this action locally for real, which currently does make changes to the amplifysecurity/runner
repository.