Add caching for Trivy vulnerability database to optimize scans #1017
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: Credential Scanner | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
github-sanity-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Scan credentials | |
uses: outscale-dev/cred-scan@main | |
with: | |
scan_path: "./" |