Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.29… #908

Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.29…

Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.29… #908

Workflow file for this run

name: Meterian vulnerability scan workflow
on: push
jobs:
meterian_scan:
name: Meterian client scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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 }}