Skip to content

Commit f0c2c0a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scan_vulnerabilies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- run: ls -lha
1818
- run: mkdir scan
1919
- run: tar -zxf ../build/logstash-*.tar.gz
20-
working-directory: scan
21-
- run: ls -lha
20+
working-directory: ./scan
21+
- run: ls -lha scan
2222
- name: Scan image
2323
uses: anchore/scan-action@v3
2424
with:
25-
path: "scan/*"
25+
path: "./scan"
2626
fail-build: true
2727
severity-cutoff: critical

0 commit comments

Comments
 (0)