Skip to content

Build(deps): Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.5.1 #368

Build(deps): Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.5.1

Build(deps): Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.5.1 #368

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JFrog
uses: jfrog/setup-jfrog-cli@96153976e4e81b3701e9cc0a5b9597e80614af81 # v4.5.1
env:
JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }}
- name: Run XRay scan
uses: jfrog/frogbot@004036218e8600cb17aa29fb975eb1d222c6a595 # v2.21.13
env:
JF_URL: https://beyondtrust.jfrog.io
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_FROGBOT_TOKEN }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}