Skip to content

schubergphilis/mcvs-python-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCVS-python-action

GitHub release License

Mission Critical Vulnerability Scanner (MCVS) Python Action. Create Python code without high and critical vulnerabilities.

Usage

Create a .github/workflows/python.yml file with the following content:

---
name: Python
"on": push
permissions:
  contents: read # write if pyinstaller-binary-name is non-empty
jobs:
  MCVS-python-action:
    runs-on: ubuntu-24.04
    steps:
      - uses: actions/checkout@some-hash # v4.2.2
      - uses: schubergphilis/mcvs-python-action@some-hash # v0.2.1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
Option Default Required Description
pyinstaller-binary-name If populated, then a binary will be created using pyinstaller and attached to a release
token x GitHub token required for Docker registry authentication and uploading release assets (if building binary)

Define the Python version of the project by adding it to a .python-version file.

About

Mission Critical Vulnerability Scanner (MCVS) Python Action. Create Python code without high and critical vulnerabilities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors