Skip to content

CC-34832 Moved generation of customer remember me secret to docker generator. #13

CC-34832 Moved generation of customer remember me secret to docker generator.

CC-34832 Moved generation of customer remember me secret to docker generator. #13

Workflow file for this run

name: Trivy Security Scan
on:
push:
branches:
- master
pull_request:
jobs:
trivy-secrets-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Scan for secrets in the repository
uses: aquasecurity/[email protected]
with:
scan-type: 'fs' # File system scan
trivy-config: .trivy/trivy.yaml # Path to the Trivy config file