Skip to content

Commit

Permalink
Merge pull request #2072 from Krishanx92/newmain
Browse files Browse the repository at this point in the history
Add apim-apk agent jfrog scan
  • Loading branch information
Krishanx92 authored Mar 4, 2024
2 parents 09a1bea + f6dc860 commit 77e037a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 163 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/fossa-scan.yaml

This file was deleted.

142 changes: 0 additions & 142 deletions .github/workflows/frogbot-scan-repository.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/jfrog-scan-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
run: |
docker pull wso2/apk-ratelimiter:latest
jf docker scan wso2/apk-ratelimiter:latest
- name: Scan APIM APK Agent
shell: sh
run: |
docker pull wso2/apim-apk-agent:latest
jf docker scan wso2/apim-apk-agent:latest
8 changes: 0 additions & 8 deletions adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,4 @@ task build{
dependsOn docker_build
}

task buildClean(type: Delete) {
delete rootProject.buildDir
}

tasks.named('clean').configure {
dependsOn buildClean
}

afterReleaseBuild.dependsOn "docker_push"

0 comments on commit 77e037a

Please sign in to comment.