Skip to content

Commit

Permalink
Merge pull request #149 from strajansebastian/patch-1
Browse files Browse the repository at this point in the history
document deployment_security option for project
  • Loading branch information
wrighbr authored Oct 27, 2021
2 parents 5114bad + dfd6726 commit d6c3942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ The following arguments are supported:

* `vulnerability_scanning` - (Optional) Images will be scanned for vulnerabilities when push to harbor. Can be set to `"true"` or `"false"` (Default: true)

* `deployment_security` - (Optional) Prevent deployment of images with vulnerability severity equal or higher than the specified value. Images must be scanned before this takes effect. Possible values: `critical`, `high`, `medium`, `low`, `none`. (Default: `""` - empty)

* `registry_id` - (Optional) To enabled project as Proxy Cache

* `storage_quota` - (Optional) The storage quota of the project in GB's
Expand Down

0 comments on commit d6c3942

Please sign in to comment.