Skip to content

Commit

Permalink
deactivate provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 1, 2024
1 parent 695860b commit aa95880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-git-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: login to ghcr.io/gdatasoftwareag
uses: docker/login-action@v3
with:
logout: false
registry: ghcr.io
username: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_USERNAME }}
password: ${{ secrets.GHCR_IO_GDATASOFTWAREAG_PASSWORD }}
Expand All @@ -47,6 +46,6 @@ jobs:
context: "golang/vaas/"
file: "golang/vaas/git-scan.Dockerfile"
push: true
provenance: true
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit aa95880

Please sign in to comment.