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.
2 parents 422f83b + eb6f325 commit f301fe7Copy full SHA for f301fe7
action.yaml
@@ -108,16 +108,8 @@ runs:
108
path: ~/.m2/repository
109
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
110
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
118
119
- name: Spinning up Qualys WAS Scan Plugin
120
- run: java -jar ./GitHubActionsQWas-0.0.1-SNAPSHOT.jar
+ run: java -jar ./target/GitHubActionsQWas-0.0.1-SNAPSHOT.jar
121
id: run-app
122
env:
123
API_SERVER: ${{ inputs.API_SERVER }}
0 commit comments