Skip to content

Commit c3ad968

Browse files
authored
Merge pull request #82 from signalfx/chore/fossa-exclude-example-app
NO-TICKET: chore(fossa): exclude example app from fossa scan
2 parents 5f88d00 + e90962e commit c3ad968

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.fossa.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 3
2+
project:
3+
name: splunk-otel-react-native
4+
5+
# Exclude the example test application; the production agent code (packages/core)
6+
# that we release remains in scope for FOSSA scanning.
7+
paths:
8+
exclude:
9+
- example

.github/actions/validate-gai-usage-disclosure/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ runs:
1010
env:
1111
PR_BODY: ${{ github.event.pull_request.body }}
1212
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
13-
run: bash ./.github/actions/validate-gai-usage-disclosure/gai_usage_disclosure_check.sh
13+
run: bash ./.github/actions/validate-gai-usage-disclosure/gai-usage-disclosure-check.sh

.github/workflows/pr_edit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Title and Description Validation
22

33
on:
44
pull_request:
5-
types: [opened, reopened, edited]
5+
types: [opened, reopened, edited, synchronize]
66

77
jobs:
88
validate_pr_title:
@@ -16,4 +16,4 @@ jobs:
1616
steps:
1717
- uses: actions/[email protected]
1818
- name: Validate GAI Usage Disclosure
19-
uses: ./.github/actions/validate-gai-usage-disclosure
19+
uses: ./.github/actions/validate-gai-usage-disclosure

0 commit comments

Comments
 (0)