Skip to content

Commit

Permalink
Merge pull request #2071 from Krishanx92/newmain
Browse files Browse the repository at this point in the history
Fix ratelimiter jfog issue
  • Loading branch information
Krishanx92 authored Mar 4, 2024
2 parents 7b0977c + 5702839 commit 09a1bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jfrog-scan-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Scan ratelimitter
shell: sh
run: |
docker pull wso2/apk-ratelimitter:latest
jf docker scan wso2/apk-ratelimitter:latest
docker pull wso2/apk-ratelimiter:latest
jf docker scan wso2/apk-ratelimiter:latest
1 change: 0 additions & 1 deletion adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

plugins {
id 'net.researchgate.release' version '2.8.0'
id 'com.jfrog.GradleDepTree' version '3.0.3'
}

apply from: "$rootDir/../common-gradle-scripts/docker.gradle"
Expand Down

0 comments on commit 09a1bea

Please sign in to comment.