This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Update dependency org.openrewrite.recipe:rewrite-static-analysis to v… #703
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: Meterian vulnerability scan workflow | |
on: push | |
jobs: | |
meterian_scan: | |
name: Meterian client scan | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: Scan project with the Meterian client | |
uses: MeterianHQ/meterian-github-action@v1.0.17 | |
env: | |
METERIAN_API_TOKEN: ${{ secrets.METERIAN_API_TOKEN }} | |
with: | |
cli_args: "" #--autofix" #[ Meterian CLI Options ] | |
# - name: Push changes | |
# uses: ad-m/github-push-action@master | |
# with: | |
# github_token: ${{ secrets.GITHUB_TOKEN }} | |
# branch: ${{ github.ref }} |