diff --git a/README-dockerhub.md b/README-dockerhub.md index 722038b7..a1017db7 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -69,7 +69,9 @@ There are some environments variables for overriding default values and behavior | SAST_LOGS_DIR | use this environment variable to explicitly specify the location where the log file should be written (Default is /tmp/.trivy/plugins/aqua) | | TRIVY_QUIET | Disable trivy output report in log | | AQUA_ASSURANCE_EXPORT | The path to export policies results (JSON) | - +| OVERRIDE_AUTHOR | Use this environment variable to override the author of the scan (commit pusher by default) | +| OVERRIDE_RUN_ID | Use this environment variable to override the run id (default to SCM run build number) | +| OVERRIDE_BUILD_ID | Use this environment variable to override the job/build id (default to SCM build id) | ## Command Line Arguments | Argument | Environment variable | Purpose | Example Usage | @@ -178,4 +180,4 @@ The plugin is designed for Docker environments and is compatible with Linux cont ## License -This GitHub repository is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). It is exclusively available for Aqua Security customers and is not open source. Please contact Aqua Security for licensing details. +This GitHub repository is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). It is exclusively available for Aqua Security customers and is not open source. Please contact Aqua Security for licensing details. \ No newline at end of file diff --git a/plugin.yaml b/plugin.yaml index 0ed844c0..edbb93ad 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.4" +version: "v0.150.0" usage: trivy aqua description: A Trivy plugin that sends results to Aqua. platforms: - selector: # optional os: linux arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/linux_amd64_v0.149.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/linux_amd64_v0.150.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/linux_arm64_v0.149.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/linux_arm64_v0.150.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/darwin_amd64_v0.149.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/darwin_amd64_v0.150.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/darwin_arm64_v0.149.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/darwin_arm64_v0.150.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/windows_amd64_v0.149.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/windows_amd64_v0.150.0.tar.gz bin: ./aqua