Skip to content

Commit

Permalink
disable secret scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
n1koo committed May 24, 2024
1 parent b64cde7 commit d6cd559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cache-from: type=registry,ref=opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.branch }}
cache-to: type=inline
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.21.0
with:
image-ref: 'opencrvs/ocrvs-${{ matrix.service }}:${{ needs.base.outputs.version }}'
trivy-config: trivy.yaml
1 change: 0 additions & 1 deletion trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ scan:
scanners:
- vuln
- misconfig
- secret
ignorefile: .trivyignore.yaml
vulnerability:
ignore-unfixed: true

0 comments on commit d6cd559

Please sign in to comment.