diff --git a/.github/workflows/frogbot-scan.yml b/.github/workflows/frogbot-scan.yml new file mode 100644 index 0000000000..7acdf392cb --- /dev/null +++ b/.github/workflows/frogbot-scan.yml @@ -0,0 +1,24 @@ +name: Frogbot Scan + +on: + pull_request: + types: [opened, synchronize, reopened] + +permissions: + pull-requests: write + contents: read + +jobs: + frogbot: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Run Frogbot + env: + JF_URL: ${{ secrets.JF_URL }} + JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} + JF_GIT_PROVIDER: github + run: | + curl -fLg "https://releases.jfrog.io/artifactory/frogbot/v2/LATEST/getFrogbot.sh" | sh + ./frogbot scan-pull-requests diff --git a/README.md b/README.md new file mode 100644 index 0000000000..f91b376384 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +hello! this is to test jfrog FrogBOT scan