Skip to content

Commit

Permalink
Update bump-trivy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed May 8, 2024
1 parent 6f8c237 commit b2cd5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bump-trivy.yaml
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Update Trivy versions
run: |
sed -r -i "s/ghcr.io\/aquasecurity\/trivy:[0-9]+\.[0-9]+\.[0-9]+/ghcr.io\/aquasecurity\/trivy:${{ inputs.trivy_version }}/" Dockerfile
sed -r -i "s/TRIVY_VERSION: [0-9]+\.[0-9]+\.[0-9]+/TRIVY_VERSION: ${{ inputs.trivy_version }}/" .github/workflows/build.yaml
find test/data -type f -name '*.test' | xargs sed -r -i 's/"version": "[0-9]+\.[0-9]+\.[0-9]+"/"version": "${{ inputs.trivy_version }}"/'
- name: Create PR
Expand Down

0 comments on commit b2cd5ff

Please sign in to comment.