We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fe3ef commit e992d5fCopy full SHA for e992d5f
.github/workflows/fossa.yml
@@ -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
@@ -13,7 +13,7 @@ jobs:
13
include:
14
# Oldest possible configuration
15
- os: ubuntu-22.04
16
- # Ubuntu 22.04 is the last version with Python 3.7 binaries available
+ # Ubuntu 22.04 is the last version with Python 3.7 binaries available
17
python-version: 3.7
18
splunk-version: 9.1
19
# Latest possible configuration
@@ -37,6 +37,3 @@ jobs:
37
38
- name: Test Execution
39
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