diff --git a/.gitea/workflows/trivy_image_scan.yml b/.gitea/workflows/trivy_image_scan.yml index 1eedc78..045e11d 100644 --- a/.gitea/workflows/trivy_image_scan.yml +++ b/.gitea/workflows/trivy_image_scan.yml @@ -21,8 +21,6 @@ jobs: - name: Scan image with trivy run: | trivy image \ - --username ${{ env.user }} \ - --password ${{ secrets.IMAGE_REGISTRY_TOKEN_GITEA }} \ --exit-code 1 \ --scanners vuln,misconfig,secret \ --severity MEDIUM,HIGH,CRITICAL \