Skip to content

Commit e992d5f

Browse files
committed
Extract fossa-scan to separate workflow
1 parent 65fe3ef commit e992d5f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/fossa.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Fossa OSS Scan
2+
on: [push, pull_request]
3+
jobs:
4+
fossa-scan:
5+
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
6+
secrets: inherit

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
# Oldest possible configuration
1515
- os: ubuntu-22.04
16-
# Ubuntu 22.04 is the last version with Python 3.7 binaries available
16+
# Ubuntu 22.04 is the last version with Python 3.7 binaries available
1717
python-version: 3.7
1818
splunk-version: 9.1
1919
# Latest possible configuration
@@ -37,6 +37,3 @@ jobs:
3737

3838
- name: Test Execution
3939
run: tox -e py
40-
fossa-scan:
41-
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
42-
secrets: inherit

0 commit comments

Comments
 (0)