Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 39856e7 commit 609df44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--rootdir=$(pwd) \
--splunk_type=docker \
--splunk_version=${{ matrix.splunk-version }} \
--splunk_password=${{ secrets.GitHub_PAT }}@11
--splunk_password=${{ secrets.GitHub_PAT }}
env:
SPLUNKBASE_PASSWORD: ${{ secrets.SPLUNKBASE_PASSWORD }}
SPLUNK_HEC_TOKEN: ${{ secrets.SPLUNK_HEC_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions splunk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG SPLUNK_VERSION=latest
FROM splunk/splunk:$SPLUNK_VERSION
ARG SPLUNK_APP=TA_UNKNOWN
ARG SOURCE_PACKAGE=package


COPY etc/apps/ /opt/splunk/etc/apps/
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def pytest_addoption(parser):
action='store',
dest='splunk_version',
default='latest',
help='Splunk password'
help='Splunk version'
)


Expand Down

0 comments on commit 609df44

Please sign in to comment.