Skip to content

Commit

Permalink
Merge pull request #745 from aquasecurity/add-gradle-limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsalame1 authored Jan 16, 2024
2 parents 0da7e04 + 29eb086 commit 7b74e7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ There are some environments variables for overriding default values and behavior
| `--skip-result-upload` | TRIVY_SKIP_RESULT_UPLOAD | Disable uploading scan results to aqua platform | `--skip-result-upload` / `TRIVY_SKIP_RESULT_UPLOAD=true` |
| `--skip-policy-exit-code` | TRIVY_SKIP_POLICY_EXIT_CODE | Prevent non-zero exit code if an assurance policy has failed | `--skip-policy-exit-code` / `TRIVY_SKIP_POLICY_EXIT_CODE=true` |


## GitHub Action Integration Example

To demonstrate the seamless integration of the Aqua Security Trivy Plugin into your development workflow, which can run triggered by push (full scan) or triggered by creating a pull request (scan the Git diff's), consider the following GitHub Actions example:
Expand Down Expand Up @@ -178,6 +179,7 @@ steps:
## Compatibility
The plugin is designed for Docker environments and is compatible with Linux containers.
The gradle non lock supported from gradle 7.0.0, support groovy and kotlin dsl.
## License
Expand Down

0 comments on commit 7b74e7e

Please sign in to comment.