diff --git a/.gitea/workflows/publish-docker.yml b/.gitea/workflows/publish-docker.yml index 9db0421..73737ac 100644 --- a/.gitea/workflows/publish-docker.yml +++ b/.gitea/workflows/publish-docker.yml @@ -43,7 +43,7 @@ jobs: # Step 2: Scan the local image with Trivy - name: Run Trivy vulnerability scanner - uses: https://github.com/aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@master with: image-ref: 'local_scan_target:${{ github.sha }}' format: 'table' @@ -51,7 +51,6 @@ jobs: ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH' - cache: false # Step 3: If scan passes, Build and Push to Registry - name: Build and push Docker image