Skip to content

Add tests for redundant types in DynamoDB DocumentClient #24

Add tests for redundant types in DynamoDB DocumentClient

Add tests for redundant types in DynamoDB DocumentClient #24

Workflow file for this run

name: security_scan
on:
pull_request:
branches: [main]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}