Skip to content

Commit f301fe7

Browse files
authored
Merge pull request #81 from Qualys/bug-fix/QINT-20087
Updated action.yaml
2 parents 422f83b + eb6f325 commit f301fe7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

action.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,8 @@ runs:
108108
path: ~/.m2/repository
109109
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
110110

111-
- name: Checking directory contents
112-
run: ls ./target
113-
shell: bash
114-
115-
- name: Setting up executable
116-
run: chmod +x ./GitHubActionsQWas-0.0.1-SNAPSHOT.jar
117-
shell: bash
118-
119111
- name: Spinning up Qualys WAS Scan Plugin
120-
run: java -jar ./GitHubActionsQWas-0.0.1-SNAPSHOT.jar
112+
run: java -jar ./target/GitHubActionsQWas-0.0.1-SNAPSHOT.jar
121113
id: run-app
122114
env:
123115
API_SERVER: ${{ inputs.API_SERVER }}

0 commit comments

Comments
 (0)