Skip to content

A GitHub Action to run a pyup Safety CI command when new code is pushed into your repo

License

Notifications You must be signed in to change notification settings

cclauss/GitHub-Action-for-pyup-Safety-CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for running pyup Safety CI commands

Each time that new code is pushed into your repo, you can have a safety command automatically run.

Example workflow:

  • Put the following text into a file named .github/main.workflow in your repo):
workflow "on push" {
  on = "push"
  resolves = ["GitHub Action for pyup Safety"]
}

action "GitHub Action for pyup Safety" {
  uses = "cclauss/GitHub-Action-for-pyup-Safety-CI@master"
  args = "safety check --full-report"
}

Or to add other safety options to args = above.

About

A GitHub Action to run a pyup Safety CI command when new code is pushed into your repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published