Skip to content

fix: update warning msg [TDX-4640] #20

fix: update warning msg [TDX-4640]

fix: update warning msg [TDX-4640] #20

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches:
- master
- main
workflow_dispatch: {}
jobs:
semgrep:
name: SAST
runs-on: ubuntu-20.04
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- uses: Kong/public-shared-actions/security-actions/semgrep@main
with:
additional_config: '--config p/rust'