Skip to content

chore(deps): update docker images: Bump docker/library/python from 589ed66 to a4b2b11 in /samples/document-explorer/client_app #436

chore(deps): update docker images: Bump docker/library/python from 589ed66 to a4b2b11 in /samples/document-explorer/client_app

chore(deps): update docker images: Bump docker/library/python from 589ed66 to a4b2b11 in /samples/document-explorer/client_app #436

Workflow file for this run

name: semgrep
on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- main
permissions: read-all
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
security-events: write
actions: read
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout project
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run Semgrep CI
run: semgrep scan --verbose --json --output=semgrep.json
- name: Store Semgrep as Artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: semgrep.json
path: semgrep.json
container:
image: semgrep/semgrep