Skip to content

Commit

Permalink
Merge pull request #1542 from binbin-li/fix-vulnerability
Browse files Browse the repository at this point in the history
fix: fix vulnerabilities
  • Loading branch information
binbin-li authored Jun 4, 2024
2 parents 6443a65 + 2fa97fb commit d9d46fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clean-dev-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ on:

permissions:
contents: read
packages: write

jobs:
cleanup-packages:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Clean up ratify-crds-dev
uses: actions/delete-package-versions@v5
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: 'ratify-crds-dev'
package-type: 'container'
min-versions-to-keep: 7
delete-only-pre-release-versions: "true"
- name: Clean up ratify-dev
uses: actions/delete-package-versions@v5
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: 'ratify-dev'
package-type: 'container'
Expand Down

0 comments on commit d9d46fe

Please sign in to comment.