Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.18.1 #484

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.18.1

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.18.1 #484

Workflow file for this run

name: Checkmarx One Scan
on: [ pull_request, workflow_dispatch ]
jobs:
cx-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@main
with:
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
additional_params: --tags galactica-team --threshold "sast-high=1"