We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a934a83 commit 235847eCopy full SHA for 235847e
1 file changed
.github/workflows/docker.yml
@@ -73,12 +73,12 @@ jobs:
73
file: docker/Dockerfile
74
push: false
75
load: true
76
- tags: ${{ github.repository }}:scan
+ tags: drone-ssh:scan
77
78
- name: Run Trivy vulnerability scanner
79
uses: aquasecurity/trivy-action@master
80
with:
81
- image-ref: "${{ github.repository }}:scan"
+ image-ref: "drone-ssh:scan"
82
format: "sarif"
83
output: "trivy-results.sarif"
84
severity: "CRITICAL,HIGH"
0 commit comments