Skip to content

JGC-449 - Suppress gosec high severity findings for CLI/library context #3932

JGC-449 - Suppress gosec high severity findings for CLI/library context

JGC-449 - Suppress gosec high severity findings for CLI/library context #3932

Workflow file for this run

name: "CLA Assistant"
on: # issue_comment triggers this action on each comment on issues and pull requests
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]
branches:
- "master"
jobs:
CLAssistant:
strategy:
matrix:
os:
- name: ubuntu
version: 24.04
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
steps:
- name: Run CLA Check
uses: jfrog/.github/actions/cla@main
with:
event_comment_body: ${{ github.event.comment.body }}
event_name: ${{ github.event_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLA_SIGN_TOKEN: ${{ secrets.CLA_SIGN_TOKEN }}