Compare commits

...

3 Commits

Author SHA1 Message Date
Federico Builes 2843194510 Updating version. 2022-09-22 14:27:24 +02:00
Federico Builes 6944531f76 Update README.md 2022-09-22 14:26:27 +02:00
Federico Builes 29cdbbed37 Merge pull request #228 from actions/external-config
Add external configuration file
2022-09-22 14:22:39 +02:00
3 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -67,9 +67,9 @@ jobs:
Configure this action by either using an external configuration file,
or by inlining these options in your workflow file.
### Options
## Configuration Options
#### config-file
### config-file
A string representing the path to an external configuraton file. By
default external configuration files are not used.
@@ -79,7 +79,7 @@ default external configuration files are not used.
**Example**: `config-file: ./.github/dependency-review-config.yml`.
#### fail-on-severity
### fail-on-severity
Configure the severity level for alerting. See "[Vulnerability Severity](https://github.com/actions/dependency-review-action#vulnerability-severity)".
@@ -87,7 +87,7 @@ Configure the severity level for alerting. See "[Vulnerability Severity](https:/
**Example**: `fail-on-severity: moderate`.
#### fail-on-scopes
### fail-on-scopes
A list of strings representing the build environments you want to
support. The default value is `development, runtime`.
@@ -103,7 +103,7 @@ fail-on-scopes:
- runtime
```
#### allow-licenses
### allow-licenses
Only allow the licenses in this list. See "[Licenses](https://github.com/actions/dependency-review-action#licenses)".
@@ -119,7 +119,7 @@ allow-licenses:
- MIT
```
#### deny-licenses
### deny-licenses
Add a custom list of licenses you want to block. See
"[Licenses](https://github.com/actions/dependency-review-action#licenses)".
@@ -136,7 +136,7 @@ deny-licenses:
- BSD-2-Clause
```
#### base-ref/head-ref
### base-ref/head-ref
Provide custom git references for the git base/head when performing
the comparison. If you are using pull requests, or
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "dependency-review-action",
"version": "2.2.0",
"version": "2.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dependency-review-action",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dependency-review-action",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"description": "A GitHub Action for Dependency Review",
"main": "lib/main.js",