fix: fixed vulnerability scanner issue in CI/CD pipeline
This commit is contained in:
@@ -75,6 +75,9 @@ jobs:
|
|||||||
|
|
||||||
- name: 🛡️ Run Trivy Vulnerability Scanner
|
- name: 🛡️ Run Trivy Vulnerability Scanner
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
|
env:
|
||||||
|
# Unset the fake GITHUB_TOKEN injected by Gitea
|
||||||
|
GITHUB_TOKEN: ""
|
||||||
with:
|
with:
|
||||||
image-ref: ${{ steps.meta.outputs.tags }}
|
image-ref: ${{ steps.meta.outputs.tags }}
|
||||||
format: 'table'
|
format: 'table'
|
||||||
|
|||||||
Reference in New Issue
Block a user