Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
CircleCI update
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Apr 29, 2021
1 parent 499bb34 commit 91652be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 281 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
else
git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/guilhemmarchand/trackme
fi
- run:
name: checkout Splunk Appinspect shell executor
command: |
git clone https://github.com/guilhemmarchand/splunk-appinspect-pipeline.git
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "trackme/trackme/default/app.conf" }}
- run:
Expand All @@ -39,7 +43,7 @@ jobs:
mkdir dist
cp trackme.tar.gz dist/
cd ../
trackme/build/appinspect_vetting.sh --username=$SPLUNK_BASE_LOGIN --password=$SPLUNK_BASE_PASSWD --app=trackme/dist/trackme.tar.gz --included_tags=splunk_appinspect --excluded_tags=manual --excluded_checks=check_indexes_conf_does_not_exist --html_report_out=/tmp/appinspect_report.html
splunk-appinspect-pipeline/appinspect_vetting.sh --username=$SPLUNK_BASE_LOGIN --password=$SPLUNK_BASE_PASSWD --app=trackme/dist/trackme.tar.gz --included_tags=splunk_appinspect --excluded_tags=manual --excluded_checks=check_indexes_conf_does_not_exist --html_report_out=/tmp/appinspect_report.html
- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "trackme/trackme/default/app.conf" }}
paths:
Expand Down
280 changes: 0 additions & 280 deletions build/appinspect_vetting.sh

This file was deleted.

0 comments on commit 91652be

Please sign in to comment.