mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
Compare commits
4 commits
394b4cb33d
...
5bd550e61d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5bd550e61d | ||
![]() |
e775647206 | ||
![]() |
5cca4be89a | ||
![]() |
86b1a4e9ac |
2 changed files with 8 additions and 1 deletions
7
.github/workflows/snyk-scan.yml
vendored
7
.github/workflows/snyk-scan.yml
vendored
|
@ -12,7 +12,12 @@ jobs:
|
||||||
# https://github.com/snyk/actions/tree/master/php
|
# https://github.com/snyk/actions/tree/master/php
|
||||||
snyk-php:
|
snyk-php:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository == 'PrivateBin/PrivateBin' }}
|
if: |
|
||||||
|
github.repository == 'PrivateBin/PrivateBin' && (
|
||||||
|
github.event.pull_request.author_association == 'COLLABORATOR' ||
|
||||||
|
github.event.pull_request.author_association == 'CONTRIBUTOR' ||
|
||||||
|
github.event.pull_request.author_association == 'MEMBER' ||
|
||||||
|
github.event.pull_request.author_association == 'OWNER' )
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Install Google Cloud Storage
|
- name: Install Google Cloud Storage
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Tests
|
name: Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue