Skip to content

feat: set canonical link from portal context #18

feat: set canonical link from portal context

feat: set canonical link from portal context #18

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'