diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 03187d2c3a4..1862d1e897b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -171,14 +171,6 @@ jobs: contents: read security-events: write steps: - - name: Get current date - id: date - run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - - name: Restore cached trivy DBs - uses: actions/cache/restore@v4 - with: - path: ${{ github.workspace }}/.cache/trivy - key: cache-trivy-${{ steps.date.outputs.date }} - name: run trivy vulnerability scanner uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 with: