Skip to content

amplify-security/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amplify-runner

Runner application for interfacing with Amplify Security's platform from continuous integration environments.

Table of Contents

Building

docker build . -t amplifysecurity/runner

Testing Actions

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published