Merge pull request #8 from MeterianHQ/meterian-bot/autofix/Pipfile_lock #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: scan workflow | |
on: push | |
jobs: | |
meterian_scan: | |
name: Meterian client scan | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Scan project with the Meterian client | |
uses: MeterianHQ/meterian-github-action@v1.0.9 | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
with: | |
oss: true | |
autofix_security: conservative | |
autofix_stability: safe | |
autofix_with_pr: true | |
autofix_with_issue: true |