Skip to content

Build(deps): Bump jfrog/frogbot from 2.20.0 to 2.21.2 #215

Build(deps): Bump jfrog/frogbot from 2.20.0 to 2.21.2

Build(deps): Bump jfrog/frogbot from 2.20.0 to 2.21.2 #215

Workflow file for this run

name: Frogbot
on:
pull_request:
branches: [main]
push:
branches:
- main
workflow_dispatch:
permissions:
pull-requests: write
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JFrog
uses: jfrog/setup-jfrog-cli@d82fe26823e1f25529250895d5673f65b02af085 # v4.0.1
env:
JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }}
- name: Run XRay scan
uses: jfrog/frogbot@5d9c42c30f1169d8be4ba5510b40e75ffcbbc2a9 # v2.21.2
env:
JF_URL: https://beyondtrust.jfrog.io
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_FROGBOT_TOKEN }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}