File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ inputs:
1111 required : true
1212 format :
1313 required : true
14+ others :
15+ required : false
1416runs :
1517 using : ' docker'
1618 image : ' docker://owasp/dependency-check-action:latest'
2527 - ' --out'
2628 - ' /github/workspace/reports'
2729 - ' --noupdate'
30+ - ' ${{ inputs.others }}'
Original file line number Diff line number Diff line change @@ -32,13 +32,16 @@ jobs:
3232 project: 'test'
3333 path: '.'
3434 format: 'HTML'
35+ others: ''
3536 - name: Upload Test results
3637 uses: actions/upload-artifact@master
3738 with:
3839 name: Depcheck report
3940 path: ${{github.workspace}}/reports
4041```
4142
43+ * others* allows to pass random flags and parameters to the binary.
44+
4245# How Do I Use It?
4346We recommend adding the above example into your .github/workflows directory, using a name of your choice, in this example main.yml.
4447
@@ -62,4 +65,4 @@ Downloading this and opening it in a browser will give you the following (for ex
6265
6366Dependency check action was developed by the Santander UK Security Engineering team, namely:
6467
65- - [ Javier Domínguez Ruiz] ( https://github.com/javixeneize )
68+ - [ Javier Domínguez Ruiz] ( https://github.com/javixeneize )
You can’t perform that action at this time.
0 commit comments