Skip to content

feat: Add dependency vulnerability scans to supported tool table TAROT-2398 #4303

feat: Add dependency vulnerability scans to supported tool table TAROT-2398

feat: Add dependency vulnerability scans to supported tool table TAROT-2398 #4303

Workflow file for this run

name: Vale
on:
pull_request
jobs:
vale:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: false
- name: Vale
uses: errata-ai/vale-action@v2.0.1
with:
filter_mode: added
debug: true
env:
# Required
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}