Skip to content

Commit

Permalink
Add: Slash to image
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schardt committed Nov 25, 2024
1 parent f622801 commit e0ed4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/research-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
with:
image-ref: '${{ vars.GREENBONE_REGISTRY }}opensight/opensight-postgres:16'
image-ref: '${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
id: grype
with:
image: '${{ vars.GREENBONE_REGISTRY }}opensight/opensight-postgres:16'
image: '${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'
fail-build: false
severity-cutoff: medium

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves, recommendations, compare
image: '${{ vars.GREENBONE_REGISTRY }}opensight/opensight-postgres:16'
image: '${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'
sarif-file: sarif.output.json
summary: true
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit e0ed4bc

Please sign in to comment.