mirror of
https://github.com/coredns/coredns.git
synced 2026-04-06 20:25:31 -04:00
ci: add persist-credentials: false to checkouts (#7964)
This commit is contained in:
2
.github/workflows/trivy-scan.yaml
vendored
2
.github/workflows/trivy-scan.yaml
vendored
@@ -19,6 +19,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user