Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3535e0d

Browse files
authored
Revert "Vuln scan on 3p deps triggered by label on PR" (#42256)
Reverts #42247 Reverting in order to find solution which doesn't add a skipped test onto all PRs. Only PRs which address vuln scanning need to have this test showing at all.
1 parent 15d28bb commit 3535e0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branch_protection_rule:
55
push:
66
branches: [ main ]
7-
pull_request:
8-
types: [ labeled ]
97

108
# Declare default permissions as read only.
119
permissions: read-all
@@ -14,9 +12,7 @@ jobs:
1412
vuln-scan:
1513
name: Vulnerability scanning
1614
runs-on: ubuntu-20.04
17-
# run on flutter/engine push to main or PRs with 'vulnerability patch' label
18-
if: ${{ github.repository == 'flutter/engine' && (github.event_name == 'push' || github.event.label.name == 'vulnerability patch') }}
19-
15+
if: ${{ github.repository == 'flutter/engine' }}
2016
permissions:
2117
# Needed to upload the SARIF results to code-scanning dashboard.
2218
security-events: write

0 commit comments

Comments
 (0)