CC-34832 Moved generation of customer remember me secret to docker generator. #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |