Skip to content

Commit b0241c5

Browse files
author
Alexander Pann
committed
use the github workspace variable to exclude a folder
1 parent 1b53d73 commit b0241c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
format: 'HTML'
2828
out: 'reports'
2929
args: >
30-
--exclude github/workspace/build/mps/**
30+
--exclude ${{github.workspace}}/build/mps/**
3131
- name: Upload Test results
3232
uses: actions/upload-artifact@master
3333
with:

0 commit comments

Comments
 (0)