Skip to content

Commit

Permalink
fix: add secrets and use correct name for trivy-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Apr 18, 2024
1 parent 338e5c7 commit d0a84b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs'
- 'trivy-results.log'
branches: [ main ]
workflow_dispatch:

Expand All @@ -25,7 +26,11 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

trivy-scan:
uses: danubetech/workflows/.github/workflows/trivy-check.yml@main
uses: danubetech/workflows/.github/workflows/trivy-scan.yml@main
with:
GLOBAL_IMAGE_NAME: universalresolver/driver-did-dns
GLOBAL_REPO_NAME: docker.io
secrets:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}
VAULTCA: ${{ secrets.VAULTCA }}

0 comments on commit d0a84b6

Please # to comment.