Skip to content

[MEDIUM] [email protected]: SNYK-PYTHON-WEBOB-7687445 CWE-601 [Fixed in: 1.… #1450

[MEDIUM] [email protected]: SNYK-PYTHON-WEBOB-7687445 CWE-601 [Fixed in: 1.…

[MEDIUM] [email protected]: SNYK-PYTHON-WEBOB-7687445 CWE-601 [Fixed in: 1.… #1450

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
backport:
name: Backport
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
if: env.HAS_SECRETS == 'HAS_SECRETS'