Skip to content

Merge branch 'master' into otel-instrumentation-8.3-alpine #135

Merge branch 'master' into otel-instrumentation-8.3-alpine

Merge branch 'master' into otel-instrumentation-8.3-alpine #135

Workflow file for this run

name: Trivy secrets scan
on:
push:
branches-ignore:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trivy-secrets-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Scan for secrets in repository
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
trivy-config: .trivy/trivy.yaml