mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Bad path for appinspect submission and minor change
to appinspect.sh script for package_name vs package_path
This commit is contained in:
@@ -245,7 +245,8 @@ jobs:
|
||||
cd bin
|
||||
#Enclose in quotes in case there are any special characters in the username/password
|
||||
#Better not to pass these arguments on the command line, if possible
|
||||
./appinspect.sh ../ DA-ESS-ContentUpdate-latest.tar.gz "$APPINSPECT_USERNAME" "$APPINSPECT_PASSWORD"
|
||||
ls -lah
|
||||
./appinspect.sh ../ build/DA-ESS-ContentUpdate-latest.tar.gz "$APPINSPECT_USERNAME" "$APPINSPECT_PASSWORD"
|
||||
- name: Submit SAAWS Package to AppInspect API
|
||||
env:
|
||||
APPINSPECT_USERNAME: ${{ secrets.AppInspectUsername }}
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ USERNAME=$3
|
||||
PASSWORD=$4
|
||||
|
||||
#PACKAGE_PATH="/home/circleci/"$PACKAGE_NAME
|
||||
PACKAGE_PATH=$PACKAGE_NAME
|
||||
PACKAGE_PATH="build/"$PACKAGE_NAME
|
||||
|
||||
cd $APP_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user