Skip to content

Frogbot Security Scan #70

Frogbot Security Scan

Frogbot Security Scan #70

Workflow file for this run

name: "Frogbot Security Scan"
on:
pull_request_target:
types: [opened, synchronize]
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
pull-requests: write
contents: write
security-events: write
jobs:
frogbot-scan:
runs-on: ubuntu-latest
strategy:
matrix:
branch: ["master"]
steps:
- uses: jfrog/frogbot@v2
env:
JF_URL: ${{ secrets.JF_URL }}
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JF_GIT_BASE_BRANCH: ${{ matrix.branch }}