Skip to content

Commit ffabbed

Browse files
authored
Update scan_vulnerabilies.yml
1 parent b443cb1 commit ffabbed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scan_vulnerabilies.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- run: ./gradlew clean assembleTarDistribution
17+
- run: ls -lha
1718
- run: mkdir scan
18-
- run: cd scan && tar -zxf ../build/logstash-*.tar.gz
19+
- run: tar -zxf ../build/logstash-*.tar.gz
20+
working-directory: scan
21+
- run: ls -lha
1922
- name: Scan image
2023
uses: anchore/scan-action@v3
2124
with:

0 commit comments

Comments
 (0)