From 29aaa16fe906f9e3f7a317d98ea8e2fad66d7264 Mon Sep 17 00:00:00 2001 From: MorAlon1 <101275199+MorAlon1@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:21:34 +0300 Subject: [PATCH 01/81] Update plugin.yaml --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..84cbd23c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.149.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.2/linux_amd64_v0.149.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.2/linux_arm64_v0.149.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.2/darwin_amd64_v0.149.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.2/darwin_arm64_v0.149.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.2/windows_amd64_v0.149.2.tar.gz bin: ./aqua From 9eac7deeeab5017ccb83d7514f20c2ff3743ef1d Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 16 Oct 2023 12:45:35 +0000 Subject: [PATCH 02/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..1f3b2b2f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.149.3" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/linux_amd64_v0.149.3.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/linux_arm64_v0.149.3.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/darwin_amd64_v0.149.3.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/darwin_arm64_v0.149.3.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/windows_amd64_v0.149.3.tar.gz bin: ./aqua From fa3c64758dd2917e90086bf482571ca250019b21 Mon Sep 17 00:00:00 2001 From: MorAlon1 <101275199+MorAlon1@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:39:00 +0300 Subject: [PATCH 03/81] Update README-dockerhub.md --- README-dockerhub.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README-dockerhub.md b/README-dockerhub.md index 8770a61a..2181f51c 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -70,6 +70,10 @@ There are some env vars for overriding this data; | CA-CRET | Use this environment variable to set path to CA certificate | | XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | | XDG_CACHE_HOME | use this environment variable for setting the cache directory | +| ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment | +| SAST_LOGS | use this environment variable with true value for writing sast logs to file | +| SAST_LOGS_DIR | yse this environment variable to explicitly specify the location where the log file should be written | + ## Command Line Arguments @@ -124,6 +128,7 @@ jobs: ### Usage for running manually using docker command ```bash +EXPORT AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} docker run -it aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . ``` From 92a2bdc1ab2bc0a0663d6aadab758c89b26458ef Mon Sep 17 00:00:00 2001 From: MorAlon1 <101275199+MorAlon1@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:39:50 +0300 Subject: [PATCH 04/81] Update README-dockerhub.md --- README-dockerhub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 2181f51c..367d2210 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -72,7 +72,7 @@ There are some env vars for overriding this data; | XDG_CACHE_HOME | use this environment variable for setting the cache directory | | ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment | | SAST_LOGS | use this environment variable with true value for writing sast logs to file | -| SAST_LOGS_DIR | yse this environment variable to explicitly specify the location where the log file should be written | +| SAST_LOGS_DIR | use this environment variable to explicitly specify the location where the log file should be written | From 845607b754d13cb2833abad392220a52a0005ab8 Mon Sep 17 00:00:00 2001 From: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:03:23 +0300 Subject: [PATCH 05/81] feat(): restore limited images (#701) --- .github/workflows/pr-merged.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-merged.yml b/.github/workflows/pr-merged.yml index f1be3548..4d86efe5 100644 --- a/.github/workflows/pr-merged.yml +++ b/.github/workflows/pr-merged.yml @@ -35,18 +35,18 @@ jobs: docker tag aquasec/aqua-scanner:${{ env.new_version }}-arm64 aquasec/aqua-scanner:latest-arm64 docker push aquasec/aqua-scanner:latest-arm64 - #docker pull aquasec/aqua-scanner:${{ env.new_version }}-amd64-limited - #docker tag aquasec/aqua-scanner:${{ env.new_version }}-amd64-limited aquasec/aqua-scanner:latest-amd64-limited - #docker push aquasec/aqua-scanner:latest-amd64-limited + docker pull aquasec/aqua-scanner:${{ env.new_version }}-amd64-limited + docker tag aquasec/aqua-scanner:${{ env.new_version }}-amd64-limited aquasec/aqua-scanner:latest-amd64-limited + docker push aquasec/aqua-scanner:latest-amd64-limited - #docker pull aquasec/aqua-scanner:${{ env.new_version }}-arm64-limited - #docker tag aquasec/aqua-scanner:${{ env.new_version }}-arm64-limited aquasec/aqua-scanner:latest-arm64-limited - #docker push aquasec/aqua-scanner:latest-arm64-limited + docker pull aquasec/aqua-scanner:${{ env.new_version }}-arm64-limited + docker tag aquasec/aqua-scanner:${{ env.new_version }}-arm64-limited aquasec/aqua-scanner:latest-arm64-limited + docker push aquasec/aqua-scanner:latest-arm64-limited docker manifest create aquasec/aqua-scanner:latest aquasec/aqua-scanner:latest-amd64 aquasec/aqua-scanner:latest-arm64 docker manifest push aquasec/aqua-scanner:latest - #docker manifest create aquasec/aqua-scanner:latest-limited aquasec/aqua-scanner:latest-amd64-limited aquasec/aqua-scanner:latest-arm64-limited - #docker manifest push aquasec/aqua-scanner:latest-limited + docker manifest create aquasec/aqua-scanner:latest-limited aquasec/aqua-scanner:latest-amd64-limited aquasec/aqua-scanner:latest-arm64-limited + docker manifest push aquasec/aqua-scanner:latest-limited - name: DockerHub description update uses: peter-evans/dockerhub-description@v3 with: From fd0690887944be08bc168807482a48cffe46a54f Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:30:43 +0300 Subject: [PATCH 06/81] [create-pull-request] automated change (#704) Co-authored-by: aqua-ci Co-authored-by: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 1f3b2b2f..0ed844c0 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.3" +version: "v0.149.4" 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.3/linux_amd64_v0.149.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/linux_amd64_v0.149.4.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/linux_arm64_v0.149.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/linux_arm64_v0.149.4.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/darwin_amd64_v0.149.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/darwin_amd64_v0.149.4.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/darwin_arm64_v0.149.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/darwin_arm64_v0.149.4.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.3/windows_amd64_v0.149.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.4/windows_amd64_v0.149.4.tar.gz bin: ./aqua From 1577631808ea3fbbac394dea23263941c7bffa1f Mon Sep 17 00:00:00 2001 From: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:54:53 +0300 Subject: [PATCH 07/81] update (#705) --- README-dockerhub.md | 113 +++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 59 deletions(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 367d2210..98347730 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -21,8 +21,8 @@ The **Aqua Security Trivy Plugin** is a premium offering designed to enhance the - **CI/CD Pipeline Integration**: Seamlessly incorporate into your CI/CD pipelines to ensure stringent security checks throughout your software development lifecycle. ## Get Started -To begin leveraging the Aqua Security Trivy Integration to protect your code repositories, reach out to our sales or support team to learn more about the benefits and access. +To begin leveraging the Aqua Security Trivy Integration to protect your code repositories, reach out to our sales or support team to learn more about the benefits and access. ## Environment Variables @@ -30,20 +30,17 @@ To begin leveraging the Aqua Security Trivy Integration to protect your code rep The only explicitly required environment variables are -| Variable | Purpose | -|:------------|:--------------------------------------------------------------| -| AQUA_KEY | Generated through CSPM UI | -| AQUA_SECRET | Generated through CSPM UI | - +| Variable | Purpose | +| :---------- | :------------------------ | +| AQUA_KEY | Generated through CSPM UI | +| AQUA_SECRET | Generated through CSPM UI | ### Optional -| Variable | Purpose | -|:------------|:--------------------------------------------------------------| -| CSPM_URL | Aqua CSPM URL (default: us-east-1 CSPM) | -| AQUA_URL | Aqua platform URL (default: us-east-1 Aqua platform) | - - +| Variable | Purpose | +| :------- | :--------------------------------------------------- | +| CSPM_URL | Aqua CSPM URL (default: us-east-1 CSPM) | +| AQUA_URL | Aqua platform URL (default: us-east-1 Aqua platform) | Trivy will attempt to resolve the following details from the available environment variables; @@ -55,42 +52,36 @@ Trivy will attempt to resolve the following details from the available environme There are some env vars for overriding this data; -| Variable | Purpose | -| :------------------- | :------------------------------------------------------------------------------------- | -| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository used by Trivy | -| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | -| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | -| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | -| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | -| OVERRIDE_SCMID | Use this environment variable to explicitly specify the scm id | -| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic | -| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | -| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | -| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | -| CA-CRET | Use this environment variable to set path to CA certificate | -| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | -| XDG_CACHE_HOME | use this environment variable for setting the cache directory | -| ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment | -| SAST_LOGS | use this environment variable with true value for writing sast logs to file | -| SAST_LOGS_DIR | use this environment variable to explicitly specify the location where the log file should be written | - - +| Variable | Purpose | +| :------------------------- | :------------------------------------------------------------------------------------------------------------ | +| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository used by Trivy | +| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | +| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | +| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | +| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | +| OVERRIDE_SCMID | Use this environment variable to explicitly specify the scm id | +| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic | +| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | +| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | +| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | +| CA-CRET | Use this environment variable to set path to CA certificate | +| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | +| XDG_CACHE_HOME | use this environment variable for setting the cache directory | +| ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment | +| SAST_LOGS | use this environment variable with true value for writing sast logs to file | +| SAST_LOGS_DIR | use this environment variable to explicitly specify the location where the log file should be written | ## Command Line Arguments -| Argument | Purpose | Example Usage | -| ---------------- | ------------------------------------------ | --------------------------------------------- | -| `--debug` | Get more detailed output as Trivy runs. | `--debug` | -| `--severities` | The Severities that you are interested in. | `--severities CRITICAL,HIGH,UNKNOWN` | -| `--skip-pipelines` | Skip scan repository pipeline files. | `--skip-pipelines` | -| `--sast` | To enable SAST scanning. | `--sast` | -| `--reachability` | To enable reachability scanning. | `--reachability` | -| `--package-json` | Scan package.json files without lock files | `--package-json` / `PACKAGE_JSON=1 trivy ...` | -| `--dotnet-proj` | Scan dotnet proj files without lock files | `--dotnet-proj` / `DOTNET_PROJ=1 trivy ...` | - - - - +| Argument | Purpose | Example Usage | +| ------------------ | ------------------------------------------ | --------------------------------------------- | +| `--debug` | Get more detailed output as Trivy runs. | `--debug` | +| `--severities` | The Severities that you are interested in. | `--severities CRITICAL,HIGH,UNKNOWN` | +| `--skip-pipelines` | Skip scan repository pipeline files. | `--skip-pipelines` | +| `--sast` | To enable SAST scanning. | `--sast` | +| `--reachability` | To enable reachability scanning. | `--reachability` | +| `--package-json` | Scan package.json files without lock files | `--package-json` / `PACKAGE_JSON=1 trivy ...` | +| `--dotnet-proj` | Scan dotnet proj files without lock files | `--dotnet-proj` / `DOTNET_PROJ=1 trivy ...` | ## GitHub Action Integration Example @@ -108,11 +99,11 @@ on: jobs: security_scan: runs-on: ubuntu-latest - + steps: - name: Checkout code uses: actions/checkout@v2 - + - name: Run Aqua scanner uses: docker://aquasec/aqua-scanner with: @@ -121,7 +112,7 @@ jobs: AQUA_KEY: ${{ secrets.AQUA_KEY }} AQUA_SECRET: ${{ secrets.AQUA_SECRET }} GITHUB_TOKEN: ${{ github.token }} - TRIVY_RUN_AS_PLUGIN: 'aqua' + TRIVY_RUN_AS_PLUGIN: "aqua" # For proxy configuration add env vars: HTTP_PROXY/HTTPS_PROXY, CA-CRET (path to CA certificate) ``` @@ -134,7 +125,6 @@ docker run -it aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . ## Usage with Podman - ```bash podman run --rm \ -e AQUA_KEY=${AQUA_KEY} \ @@ -150,20 +140,23 @@ podman run --rm \ When working within CI environment, it's important to include the Source Code Management (SCM) tokens for pull requests. You can find additional guidance and details on this matter within our platform for your reference about each SCM. -# aqua-scanner limited Tag +# aqua-scanner limited Tag (Beta) + +We now provide a dedicated limited permission tag, for running the aqua-scanner on a non-root user. -We provide a dedicated limited tag, for running the aqua-scanner on a non-root user. +Tag name: `latest-limited` +Support for: linux/amd64, linux/arm64 ## Running limited tag on Azure DevOps pipeline -To use this tag effectively in Azure DevOps Pipelines, follow the steps below ([Azure documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml#linux-based-containers)), consider the following Azure DevOps pipeline example (with the -u 0 option): +To use the limited tag effectively on Azure DevOps Pipelines, follow the steps below ([Azure documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml#linux-based-containers)), consider the following Azure DevOps pipeline example (with the -u 0 option): ```yaml trigger: - main container: - image: aquasec/aqua-scanner:limited + image: aquasec/aqua-scanner:latest-limited options: -u 0 env: AQUA_KEY: $(AQUA_KEY) @@ -171,15 +164,17 @@ container: AZURE_TOKEN: $(AZURE_TOKEN) TRIVY_RUN_AS_PLUGIN: aqua steps: -- checkout: self - fetchDepth: 0 -- script: | - trivy fs --scanners config,vuln,secret . - displayName: Aqua scanner + - checkout: self + fetchDepth: 0 + - script: | + trivy fs --scanners config,vuln,secret . + displayName: Aqua scanner ``` ## Compatibility -The plugin is designed for Docker environments and is compatible with Linux containers. + +The plugin is designed for Docker environments and is compatible with Linux containers. ## 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. From 382216e510b6566e4a120c069443e2d617cbfc4f Mon Sep 17 00:00:00 2001 From: Naor Talmor Date: Wed, 25 Oct 2023 17:29:52 +0300 Subject: [PATCH 08/81] docker hub docs refinment --- README-dockerhub.md | 67 +++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 98347730..26a54229 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -6,7 +6,7 @@ The **Aqua Security Trivy Plugin** is a premium offering designed to enhance the ## Features -- **Enhanced Security Scans**: Aqua Security customers benefit from advanced features including Better Secret Scanning, SAST (Static application security testing), and Reachability Checks. +- **Enhanced Security Scans**: Aqua Security customers benefit from advanced features including Enhenced Secret Scanning engine, SAST (Static application security testing), Reachability Checks, and more. - **Better Secret Scanning**: Detect sensitive information such as API keys and passwords within your codebase and configuration files to prevent potential leaks. @@ -50,38 +50,40 @@ Trivy will attempt to resolve the following details from the available environme - committing user - build system -There are some env vars for overriding this data; - -| Variable | Purpose | -| :------------------------- | :------------------------------------------------------------------------------------------------------------ | -| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository used by Trivy | -| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | -| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | -| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | -| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | -| OVERRIDE_SCMID | Use this environment variable to explicitly specify the scm id | -| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic | -| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | -| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | -| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | -| CA-CRET | Use this environment variable to set path to CA certificate | -| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | -| XDG_CACHE_HOME | use this environment variable for setting the cache directory | -| ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment | -| SAST_LOGS | use this environment variable with true value for writing sast logs to file | -| SAST_LOGS_DIR | use this environment variable to explicitly specify the location where the log file should be written | +There are some environments variables for overriding default values and behaviors; + +| Variable | Purpose | +| :------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository name used by Trivy | +| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | +| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | +| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | +| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | +| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic error | +| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | +| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | +| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | +| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | +| XDG_CACHE_HOME | use this environment variable for setting the cache directory | +| SAST_LOGS | use this boolean environment variable with true value for writing sast logs to a file (The file name is: ${REPOSITORY_NAME}-sast-logs.txt under the SAST_LOGS_DIR directory) | +| 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) | ## Command Line Arguments -| Argument | Purpose | Example Usage | -| ------------------ | ------------------------------------------ | --------------------------------------------- | -| `--debug` | Get more detailed output as Trivy runs. | `--debug` | -| `--severities` | The Severities that you are interested in. | `--severities CRITICAL,HIGH,UNKNOWN` | -| `--skip-pipelines` | Skip scan repository pipeline files. | `--skip-pipelines` | -| `--sast` | To enable SAST scanning. | `--sast` | -| `--reachability` | To enable reachability scanning. | `--reachability` | -| `--package-json` | Scan package.json files without lock files | `--package-json` / `PACKAGE_JSON=1 trivy ...` | -| `--dotnet-proj` | Scan dotnet proj files without lock files | `--dotnet-proj` / `DOTNET_PROJ=1 trivy ...` | +| Argument | Environment variable | Purpose | Example Usage | +| ------------------------- | --------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------- | +| `--debug` | DEBUG | Get more detailed output as Trivy runs. | `--debug` / DEBUG=true | +| `--severities` | TRIVY_SEVERITY | The Severities that you are interested in. | `--severities CRITICAL,HIGH,UNKNOWN` / TRIVY_SEVERITY= CRITICAL,HIGH,UNKNOWN | +| `--skip-pipelines` | SKIP_PIPELINES | Skip scan repository pipeline files. | `--skip-pipelines` / SKIP_PIPELINES=true | +| `--sast` | SAST | To enable SAST scanning. | `--sast` / SAST=true | +| `--reachability` | REACHABILITY | To enable reachability scanning. | `--reachability` / REACHABILITY=true | +| `--package-json` | PACKAGE_JSON | Scan package.json files without lock files | `--package-json` / `PACKAGE_JSON=true` | +| `--dotnet-proj` | DOTNET_PROJ | Scan dotnet proj files without lock files | `--dotnet-proj` / `DOTNET_PROJ=true` | +| `--skip-policies` | TRIVY_SKIP_POLICIES | Skip policies checks | `--skip-policies` / `TRIVY_SKIP_POLICIES=true` | +| `--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 @@ -113,14 +115,13 @@ jobs: AQUA_SECRET: ${{ secrets.AQUA_SECRET }} GITHUB_TOKEN: ${{ github.token }} TRIVY_RUN_AS_PLUGIN: "aqua" - # For proxy configuration add env vars: HTTP_PROXY/HTTPS_PROXY, CA-CRET (path to CA certificate) + # Use here any other environment variable ``` ### Usage for running manually using docker command ```bash -EXPORT AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} -docker run -it aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . +AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} TRIVY_RUN_AS_PLUGIN=aqua docker run -it -e AQUA_KEY -e AQUA_SECRET -e INPUT_WORKING_DIRECTORY=/scanning -v "${YOUR_WORKSPACE}":"/scanning" aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . ``` ## Usage with Podman From bbbd0adf6bab26393ac1d92ca2e79f0230fb9c19 Mon Sep 17 00:00:00 2001 From: Naor Talmor Date: Wed, 25 Oct 2023 17:33:37 +0300 Subject: [PATCH 09/81] remove boolean --- README-dockerhub.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 26a54229..caacd5a5 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -52,23 +52,23 @@ Trivy will attempt to resolve the following details from the available environme There are some environments variables for overriding default values and behaviors; -| Variable | Purpose | -| :------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository name used by Trivy | -| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | -| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | -| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | -| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | -| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic error | -| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | -| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | -| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | -| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | -| XDG_CACHE_HOME | use this environment variable for setting the cache directory | -| SAST_LOGS | use this boolean environment variable with true value for writing sast logs to a file (The file name is: ${REPOSITORY_NAME}-sast-logs.txt under the SAST_LOGS_DIR directory) | -| 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) | +| Variable | Purpose | +| :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| OVERRIDE_REPOSITORY | Use this environment variable to explicitly specify the repository name used by Trivy | +| FALLBACK_REPOSITORY | Use this environment variable as a backup if no other repository env vars can be found | +| OVERRIDE_BRANCH | Use this environment variable to explicitly specify the branch used by Trivy | +| FALLBACK_BRANCH | Use this environment variable as a backup if no other branch env vars can be found | +| OVERRIDE_BUILDSYSTEM | Use this environment variable to explicitly specify the build system | +| IGNORE_PANIC | Use this environment variable to return exit code 0 on cli panic error | +| OVERRIDE_REPOSITORY_URL | Use this environment variable to explicitly specify the repository link used by Trivy (For result's web link) | +| OVERRIDE_REPOSITORY_SOURCE | Use this environment variable to explicitly specify the repository source used by Trivy | +| HTTP_PROXY/HTTPS_PROXY | Use these environment variable for proxy configuration | +| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data | +| XDG_CACHE_HOME | use this environment variable for setting the cache directory | +| SAST_LOGS | use this environment variable with true value for writing sast logs to a file (The file name is: ${REPOSITORY_NAME}-sast-logs.txt under the SAST_LOGS_DIR directory) | +| 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) | ## Command Line Arguments From 0b036d7b955ceb6063bc8de4c524509781e00023 Mon Sep 17 00:00:00 2001 From: Naor Talmor Date: Thu, 26 Oct 2023 12:21:30 +0300 Subject: [PATCH 10/81] add TRIVY_RUN_AS_PLUGIN env --- README-dockerhub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index caacd5a5..ed9a5f03 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -121,7 +121,7 @@ jobs: ### Usage for running manually using docker command ```bash -AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} TRIVY_RUN_AS_PLUGIN=aqua docker run -it -e AQUA_KEY -e AQUA_SECRET -e INPUT_WORKING_DIRECTORY=/scanning -v "${YOUR_WORKSPACE}":"/scanning" aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . +AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} TRIVY_RUN_AS_PLUGIN=aqua docker run -e AQUA_KEY -e AQUA_SECRET -e TRIVY_RUN_AS_PLUGIN -e INPUT_WORKING_DIRECTORY=/scanning -v "${YOUR_WORKSPACE}":"/scanning" aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . ``` ## Usage with Podman From dd6eb2c57d544059e4b3f30ec32c49e8ca5f3977 Mon Sep 17 00:00:00 2001 From: Naor Talmor Date: Thu, 26 Oct 2023 12:24:26 +0300 Subject: [PATCH 11/81] fix docker comman --- README-dockerhub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index ed9a5f03..722038b7 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -121,7 +121,7 @@ jobs: ### Usage for running manually using docker command ```bash -AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} TRIVY_RUN_AS_PLUGIN=aqua docker run -e AQUA_KEY -e AQUA_SECRET -e TRIVY_RUN_AS_PLUGIN -e INPUT_WORKING_DIRECTORY=/scanning -v "${YOUR_WORKSPACE}":"/scanning" aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . +AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET} TRIVY_RUN_AS_PLUGIN=aqua docker run -it -e AQUA_KEY -e AQUA_SECRET -e TRIVY_RUN_AS_PLUGIN -e INPUT_WORKING_DIRECTORY=/scanning -v "${YOUR_WORKSPACE}":"/scanning" aquasec/aqua-scanner trivy fs --scanners config,vuln,secret . ``` ## Usage with Podman From e52dfb245e176253ce06a10ac60e2e4f66556d4d Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:22:30 +0200 Subject: [PATCH 12/81] Update Plugin Artifacts Links for v0.150.0 (#708) --- README-dockerhub.md | 6 ++++-- plugin.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) 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 From 5a85708dfd82a3a4c9bbd982e93430c5551c5f45 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:03:30 +0200 Subject: [PATCH 13/81] [create-pull-request] automated change (#709) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index edbb93ad..279fa185 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.150.0" +version: "v0.151.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.150.0/linux_amd64_v0.150.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.0/linux_amd64_v0.151.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/linux_arm64_v0.150.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.0/linux_arm64_v0.151.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/darwin_amd64_v0.150.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.0/darwin_amd64_v0.151.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/darwin_arm64_v0.150.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.0/darwin_arm64_v0.151.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.150.0/windows_amd64_v0.150.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.0/windows_amd64_v0.151.0.tar.gz bin: ./aqua From b902c0263877109a694f7b6732e02f3a6496a666 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 5 Nov 2023 13:46:41 +0000 Subject: [PATCH 14/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..21b495d4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.1/linux_amd64_v0.151.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.1/linux_arm64_v0.151.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.1/darwin_amd64_v0.151.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.1/darwin_arm64_v0.151.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.1/windows_amd64_v0.151.1.tar.gz bin: ./aqua From 80e73ae3c3958c489c08f3d3108585a219d60d93 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 7 Nov 2023 16:13:23 +0000 Subject: [PATCH 15/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..a629e738 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/linux_amd64_v0.151.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/linux_arm64_v0.151.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/darwin_amd64_v0.151.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/darwin_arm64_v0.151.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/windows_amd64_v0.151.2.tar.gz bin: ./aqua From b634eba2779e5b71ac13a266dbe77072ea0c6f8d Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:23:23 +0200 Subject: [PATCH 16/81] [create-pull-request] automated change (#712) --- plugin.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index a629e738..5c494485 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,18 +1,18 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.151.2" +version: "v0.151.3" 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.151.2/linux_amd64_v0.151.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/linux_amd64_v0.151.3.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/linux_arm64_v0.151.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/linux_arm64_v0.151.3.tar.gz bin: ./aqua - selector: os: darwin @@ -22,10 +22,10 @@ platforms: - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/darwin_arm64_v0.151.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/darwin_arm64_v0.151.3.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/windows_amd64_v0.151.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/windows_amd64_v0.151.3.tar.gz bin: ./aqua From ad47ebee00b0e914c79518c0f5a3b50ba27b8d55 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:59:36 +0200 Subject: [PATCH 17/81] [create-pull-request] automated change (#713) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 5c494485..e4225076 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.151.3" +version: "v0.151.4" 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.151.3/linux_amd64_v0.151.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.4/linux_amd64_v0.151.4.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/linux_arm64_v0.151.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.4/linux_arm64_v0.151.4.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.2/darwin_amd64_v0.151.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.4/darwin_amd64_v0.151.4.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/darwin_arm64_v0.151.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.4/darwin_arm64_v0.151.4.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.3/windows_amd64_v0.151.3.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.4/windows_amd64_v0.151.4.tar.gz bin: ./aqua From da075916141712a951406797a513de86a489431b Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 15 Nov 2023 15:13:43 +0000 Subject: [PATCH 18/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..7fb66d89 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.5" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.5/linux_amd64_v0.151.5.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.5/linux_arm64_v0.151.5.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.5/darwin_amd64_v0.151.5.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.5/darwin_arm64_v0.151.5.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.5/windows_amd64_v0.151.5.tar.gz bin: ./aqua From f4ec9fd31eafa385854be71b275a86c63d85e364 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 16 Nov 2023 10:59:30 +0000 Subject: [PATCH 19/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..a6cce906 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.6" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.6/linux_amd64_v0.151.6.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.6/linux_arm64_v0.151.6.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.6/darwin_amd64_v0.151.6.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.6/darwin_arm64_v0.151.6.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.6/windows_amd64_v0.151.6.tar.gz bin: ./aqua From dc72b466ab3186b154650d320baf8906d25b61d8 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 19 Nov 2023 17:03:51 +0000 Subject: [PATCH 20/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..e7ddedc8 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.7" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.7/linux_amd64_v0.151.7.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.7/linux_arm64_v0.151.7.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.7/darwin_amd64_v0.151.7.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.7/darwin_arm64_v0.151.7.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.7/windows_amd64_v0.151.7.tar.gz bin: ./aqua From a662bcdfc4d073e7d7a0018a1283bb62800cbfc8 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 20 Nov 2023 13:12:18 +0000 Subject: [PATCH 21/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..ada9b09b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.8" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/linux_amd64_v0.151.8.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/linux_arm64_v0.151.8.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/darwin_amd64_v0.151.8.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/darwin_arm64_v0.151.8.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/windows_amd64_v0.151.8.tar.gz bin: ./aqua From 5b4887022387eb27d9827ca133572a51d746ef7e Mon Sep 17 00:00:00 2001 From: Tamir Kiviti <95572081+tamirkiviti13@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:27:04 +0200 Subject: [PATCH 22/81] Update plugin.yaml --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index ada9b09b..558c9cb0 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.151.8" +version: "v0.151.9" 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.151.8/linux_amd64_v0.151.8.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/linux_amd64_v0.151.9.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/linux_arm64_v0.151.8.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/linux_arm64_v0.151.9.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/darwin_amd64_v0.151.8.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/darwin_amd64_v0.151.9.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/darwin_arm64_v0.151.8.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/darwin_arm64_v0.151.9.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.8/windows_amd64_v0.151.8.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/windows_amd64_v0.151.9.tar.gz bin: ./aqua From ed3d38d7c04f5d566032d886075fe5772d95915c Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:54:22 +0200 Subject: [PATCH 23/81] [create-pull-request] automated change (#721) Co-authored-by: aqua-ci Co-authored-by: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 558c9cb0..d8e991dd 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.151.9" +version: "v0.151.10" 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.151.9/linux_amd64_v0.151.9.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.10/linux_amd64_v0.151.10.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/linux_arm64_v0.151.9.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.10/linux_arm64_v0.151.10.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/darwin_amd64_v0.151.9.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.10/darwin_amd64_v0.151.10.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/darwin_arm64_v0.151.9.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.10/darwin_arm64_v0.151.10.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.9/windows_amd64_v0.151.9.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.10/windows_amd64_v0.151.10.tar.gz bin: ./aqua From 58ed2c6431b17797c80f46a2ad9c45bbeacf8e2b Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 7 Dec 2023 15:48:44 +0000 Subject: [PATCH 24/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..57dfb0d6 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.151.14" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/linux_amd64_v0.151.14.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/linux_arm64_v0.151.14.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/darwin_amd64_v0.151.14.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/darwin_arm64_v0.151.14.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/windows_amd64_v0.151.14.tar.gz bin: ./aqua From ad9ee9ac82a8a71d3f9c92cb43983f7df34dd1f7 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:20:44 +0200 Subject: [PATCH 25/81] [create-pull-request] automated change (#723) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 57dfb0d6..2d159d5b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.151.14" +version: "v0.152.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.151.14/linux_amd64_v0.151.14.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.0/linux_amd64_v0.152.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/linux_arm64_v0.151.14.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.0/linux_arm64_v0.152.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/darwin_amd64_v0.151.14.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.0/darwin_amd64_v0.152.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/darwin_arm64_v0.151.14.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.0/darwin_arm64_v0.152.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.151.14/windows_amd64_v0.151.14.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.0/windows_amd64_v0.152.0.tar.gz bin: ./aqua From 5aee612112ee97c7c2156fb14ad1565cdf1e3508 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 14 Dec 2023 08:36:53 +0000 Subject: [PATCH 26/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..bb27f81f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.152.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/linux_amd64_v0.152.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/linux_arm64_v0.152.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/darwin_amd64_v0.152.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/darwin_arm64_v0.152.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/windows_amd64_v0.152.1.tar.gz bin: ./aqua From 2fe478360e5c96a6825bc0b2c578f735a14b5e18 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:54:34 +0200 Subject: [PATCH 27/81] [create-pull-request] automated change (#725) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 920b637a..3fd27783 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.152.0" +version: "v0.153.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.152.1/linux_amd64_v0.152.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/linux_amd64_v0.153.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/linux_arm64_v0.152.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/linux_arm64_v0.153.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/darwin_amd64_v0.152.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/darwin_amd64_v0.153.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/darwin_arm64_v0.152.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/darwin_arm64_v0.153.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.152.1/windows_amd64_v0.152.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/windows_amd64_v0.153.0.tar.gz bin: ./aqua From b8ec2c746b279d5b36a740d790c4825612bb296e Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:24:46 +0200 Subject: [PATCH 28/81] [create-pull-request] automated change (#726) Co-authored-by: aqua-ci Co-authored-by: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 3fd27783..18811691 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.153.0" +version: "v0.154.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.153.0/linux_amd64_v0.153.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/linux_amd64_v0.154.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/linux_arm64_v0.153.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/linux_arm64_v0.154.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/darwin_amd64_v0.153.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/darwin_amd64_v0.154.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/darwin_arm64_v0.153.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/darwin_arm64_v0.154.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.153.0/windows_amd64_v0.153.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/windows_amd64_v0.154.0.tar.gz bin: ./aqua From 50900a0ddb0ba974769738ffffdef8123c8f105b Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:50:27 +0200 Subject: [PATCH 29/81] [create-pull-request] automated change (#727) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 18811691..91bb5955 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.154.0" +version: "v0.155.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.154.0/linux_amd64_v0.154.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/linux_amd64_v0.155.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/linux_arm64_v0.154.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/linux_arm64_v0.155.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/darwin_amd64_v0.154.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/darwin_amd64_v0.155.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/darwin_arm64_v0.154.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/darwin_arm64_v0.155.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.154.0/windows_amd64_v0.154.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/windows_amd64_v0.155.0.tar.gz bin: ./aqua From ff5b266514de7f745393c900bf992f5cdb0362d3 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:01:01 +0200 Subject: [PATCH 30/81] [create-pull-request] automated change (#728) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 91bb5955..c7f9e6a6 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.155.0" +version: "v0.156.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.155.0/linux_amd64_v0.155.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/linux_amd64_v0.156.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/linux_arm64_v0.155.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/linux_arm64_v0.156.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/darwin_amd64_v0.155.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/darwin_amd64_v0.156.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/darwin_arm64_v0.155.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/darwin_arm64_v0.156.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.155.0/windows_amd64_v0.155.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/windows_amd64_v0.156.0.tar.gz bin: ./aqua From 0303ea75a1ef2f7ce5d2fee77b11c6bb6c0c7e67 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:23:43 +0200 Subject: [PATCH 31/81] [create-pull-request] automated change (#729) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index c7f9e6a6..ed507d78 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.156.0" +version: "v0.157.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.156.0/linux_amd64_v0.156.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/linux_amd64_v0.157.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/linux_arm64_v0.156.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/linux_arm64_v0.157.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/darwin_amd64_v0.156.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/darwin_amd64_v0.157.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/darwin_arm64_v0.156.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/darwin_arm64_v0.157.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.156.0/windows_amd64_v0.156.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/windows_amd64_v0.157.0.tar.gz bin: ./aqua From 81033ee2a6b8cfef60de86f5d2ece42603dfaf8a Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:12:15 +0200 Subject: [PATCH 32/81] [create-pull-request] automated change (#730) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index ed507d78..8d318d78 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.157.0" +version: "v0.158.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.157.0/linux_amd64_v0.157.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.0/linux_amd64_v0.158.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/linux_arm64_v0.157.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.0/linux_arm64_v0.158.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/darwin_amd64_v0.157.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.0/darwin_amd64_v0.158.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/darwin_arm64_v0.157.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.0/darwin_arm64_v0.158.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.157.0/windows_amd64_v0.157.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.0/windows_amd64_v0.158.0.tar.gz bin: ./aqua From b425532ea372cd1f94921e9740a2031fc921773e Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 24 Dec 2023 08:45:30 +0000 Subject: [PATCH 33/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..6514d18e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.1/linux_amd64_v0.158.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.1/linux_arm64_v0.158.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.1/darwin_amd64_v0.158.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.1/darwin_arm64_v0.158.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.1/windows_amd64_v0.158.1.tar.gz bin: ./aqua From e05393a0f3ee87ff5494ea8dfe3c0eda4b08a307 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 24 Dec 2023 14:15:25 +0000 Subject: [PATCH 34/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..7814c943 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.2/linux_amd64_v0.158.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.2/linux_arm64_v0.158.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.2/darwin_amd64_v0.158.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.2/darwin_arm64_v0.158.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.2/windows_amd64_v0.158.2.tar.gz bin: ./aqua From 68b54c5e49750dff429c06e9caf439439078d520 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 24 Dec 2023 16:27:44 +0000 Subject: [PATCH 35/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..251a92c7 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.3" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.3/linux_amd64_v0.158.3.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.3/linux_arm64_v0.158.3.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.3/darwin_amd64_v0.158.3.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.3/darwin_arm64_v0.158.3.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.3/windows_amd64_v0.158.3.tar.gz bin: ./aqua From 082acaa42699180d4619a43aae95ee8dae798804 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 31 Dec 2023 15:57:05 +0000 Subject: [PATCH 36/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..576ded8e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.4" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/linux_amd64_v0.158.4.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/linux_arm64_v0.158.4.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/darwin_amd64_v0.158.4.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/darwin_arm64_v0.158.4.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/windows_amd64_v0.158.4.tar.gz bin: ./aqua From 3713394c4df7c42ca6c783e96f304cd88497dc46 Mon Sep 17 00:00:00 2001 From: Tamir Kiviti <95572081+tamirkiviti13@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:59:39 +0200 Subject: [PATCH 37/81] Update plugin.yaml --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 576ded8e..130aae5d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.158.4" +version: "v0.158.5" 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.158.4/linux_amd64_v0.158.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.5/linux_amd64_v0.158.5.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/linux_arm64_v0.158.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.5/linux_arm64_v0.158.5.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/darwin_amd64_v0.158.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.5/darwin_amd64_v0.158.5.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/darwin_arm64_v0.158.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.5/darwin_arm64_v0.158.5.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.4/windows_amd64_v0.158.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.5/windows_amd64_v0.158.5.tar.gz bin: ./aqua From e1c73befcc0615dcb9f71ef166f840c69899df12 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 7 Jan 2024 13:12:16 +0000 Subject: [PATCH 38/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..c3d59dbb 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.6" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.6/linux_amd64_v0.158.6.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.6/linux_arm64_v0.158.6.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.6/darwin_amd64_v0.158.6.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.6/darwin_arm64_v0.158.6.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.6/windows_amd64_v0.158.6.tar.gz bin: ./aqua From 3c291cc82075133098dbf7e2628a8b76db774f2d Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 9 Jan 2024 11:18:59 +0000 Subject: [PATCH 39/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..e32a8da4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.8" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.8/linux_amd64_v0.158.8.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.8/linux_arm64_v0.158.8.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.8/darwin_amd64_v0.158.8.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.8/darwin_arm64_v0.158.8.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.8/windows_amd64_v0.158.8.tar.gz bin: ./aqua From 13948108d8c7bbba012f318c367db0164eb5da72 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 9 Jan 2024 18:19:47 +0000 Subject: [PATCH 40/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..8645e16d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.9" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.9/linux_amd64_v0.158.9.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.9/linux_arm64_v0.158.9.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.9/darwin_amd64_v0.158.9.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.9/darwin_arm64_v0.158.9.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.9/windows_amd64_v0.158.9.tar.gz bin: ./aqua From 5fe405b8ef2107a438978408cdc26b3c9b2ca963 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 11 Jan 2024 11:14:26 +0000 Subject: [PATCH 41/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..5a271d80 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.10" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.10/linux_amd64_v0.158.10.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.10/linux_arm64_v0.158.10.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.10/darwin_amd64_v0.158.10.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.10/darwin_arm64_v0.158.10.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.10/windows_amd64_v0.158.10.tar.gz bin: ./aqua From e39c19899861657b27033bb438d481b4fc2a2b1e Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 16 Jan 2024 09:52:23 +0000 Subject: [PATCH 42/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..d3eeffea 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.11" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/linux_amd64_v0.158.11.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/linux_arm64_v0.158.11.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/darwin_amd64_v0.158.11.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/darwin_arm64_v0.158.11.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/windows_amd64_v0.158.11.tar.gz bin: ./aqua From 41a40d0005367b7d9392b66f8ae53aaae241e1b8 Mon Sep 17 00:00:00 2001 From: MorAlon1 Date: Tue, 16 Jan 2024 17:39:23 +0200 Subject: [PATCH 43/81] add gradle non lock --- README-dockerhub.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-dockerhub.md b/README-dockerhub.md index 02da1556..1020a416 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -88,6 +88,8 @@ 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` | +** gradle supported from gradle 7.0.0, support groovy and kotlin dsl + ## 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: From 29eb08667b0aae11e671edc1ad1d010b65f6b0cf Mon Sep 17 00:00:00 2001 From: MorAlon1 Date: Tue, 16 Jan 2024 17:55:07 +0200 Subject: [PATCH 44/81] add gradle non lock --- README-dockerhub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 1020a416..48a654d1 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -88,7 +88,6 @@ 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` | -** gradle supported from gradle 7.0.0, support groovy and kotlin dsl ## GitHub Action Integration Example @@ -180,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 From 13123ca7d3cc8f26db8b9203daa998b84da04172 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:42:06 +0200 Subject: [PATCH 45/81] [create-pull-request] automated change (#746) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index d3eeffea..c10c9905 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.158.11" +version: "v0.158.12" 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.158.11/linux_amd64_v0.158.11.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.12/linux_amd64_v0.158.12.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/linux_arm64_v0.158.11.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.12/linux_arm64_v0.158.12.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/darwin_amd64_v0.158.11.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.12/darwin_amd64_v0.158.12.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/darwin_arm64_v0.158.11.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.12/darwin_arm64_v0.158.12.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.11/windows_amd64_v0.158.11.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.12/windows_amd64_v0.158.12.tar.gz bin: ./aqua From 7d3157cb7c7ccf2711da1daed17c33a4c7d6fd21 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 21 Jan 2024 13:35:45 +0000 Subject: [PATCH 46/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..501b948a 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.158.13" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.13/linux_amd64_v0.158.13.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.13/linux_arm64_v0.158.13.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.13/darwin_amd64_v0.158.13.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.13/darwin_arm64_v0.158.13.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.158.13/windows_amd64_v0.158.13.tar.gz bin: ./aqua From de43551176daa0c6ead62473f0c4c61d5152a3b6 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 22 Jan 2024 14:14:26 +0000 Subject: [PATCH 47/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..23e2f6ea 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.159.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.0/linux_amd64_v0.159.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.0/linux_arm64_v0.159.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.0/darwin_amd64_v0.159.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.0/darwin_arm64_v0.159.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.0/windows_amd64_v0.159.0.tar.gz bin: ./aqua From f6eace0f1ceabceef3ab66dcffaedb5d2784b35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AATzuriel=20Weisberg=E2=80=AC=E2=80=8F?= Date: Mon, 22 Jan 2024 17:57:43 +0200 Subject: [PATCH 48/81] fixed limited tag docker doc (#748) * fixed limited tag docker doc * fix * fix title --- README-dockerhub.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 48a654d1..6763ea1f 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -145,16 +145,11 @@ podman run --rm \ When working within CI environment, it's important to include the Source Code Management (SCM) tokens for pull requests. You can find additional guidance and details on this matter within our platform for your reference about each SCM. -# aqua-scanner limited Tag (Beta) +# Usage of the Aqua scanner image -We now provide a dedicated limited permission tag, for running the aqua-scanner on a non-root user. +The "aqua-scanner" image will be used from the docker hub aquasec repository. This image will be used to scan code repositories associated with the CI build system having Admin-level privileges. If you want to scan code repositories associated with the CI build system having non-root user privileges, use the Aqua scanner image with the tag latest-limited, i.e. aquasec/aqua-scanner:latest-limited. This image is compatible with the "AMD64" and "ARM64" Linux platforms. -Tag name: `latest-limited` -Support for: linux/amd64, linux/arm64 - -## Running limited tag on Azure DevOps pipeline - -To use the limited tag effectively on Azure DevOps Pipelines, follow the steps below ([Azure documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml#linux-based-containers)), consider the following Azure DevOps pipeline example (with the -u 0 option): +You can add the following example code block to Azure pipeline script with the "Push" option using aqua-scanner:latest-limited. When adding this code block to Azure pipeline script only, ensure to include options: -u 0. If you want to use aqua-scanner with limited tag and add code block from the Aqua UI to any other repository hosting platform pipeline script, replace aqua-scanner with aqua-scanner:latest-limited. ```yaml trigger: From 045009c597d7bcffceccdb71e8525eb702d481f8 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 25 Jan 2024 14:20:46 +0000 Subject: [PATCH 49/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..526e89fb 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.159.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.1/linux_amd64_v0.159.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.1/linux_arm64_v0.159.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.1/darwin_amd64_v0.159.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.1/darwin_arm64_v0.159.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.1/windows_amd64_v0.159.1.tar.gz bin: ./aqua From 7e2eab62c669ded951007156dcda7c417ce6b1f6 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 28 Jan 2024 14:57:19 +0000 Subject: [PATCH 50/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..d7a33a67 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.159.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.2/linux_amd64_v0.159.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.2/linux_arm64_v0.159.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.2/darwin_amd64_v0.159.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.2/darwin_arm64_v0.159.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.2/windows_amd64_v0.159.2.tar.gz bin: ./aqua From 4736e55a6ca8a4dda29934652dc4bea24f502a0d Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 5 Feb 2024 09:43:31 +0000 Subject: [PATCH 51/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..6b75c819 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.159.4" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/linux_amd64_v0.159.4.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/linux_arm64_v0.159.4.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/darwin_amd64_v0.159.4.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/darwin_arm64_v0.159.4.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/windows_amd64_v0.159.4.tar.gz bin: ./aqua From 26fb280624d3394e52c4fbbafbf6b8ef5bd04a16 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:08:46 +0200 Subject: [PATCH 52/81] [create-pull-request] automated change (#754) --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 6b75c819..8c13c548 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.159.4" +version: "v0.160.6" 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.159.4/linux_amd64_v0.159.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.6/linux_amd64_v0.160.6.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/linux_arm64_v0.159.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.6/linux_arm64_v0.160.6.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/darwin_amd64_v0.159.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.6/darwin_amd64_v0.160.6.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/darwin_arm64_v0.159.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.6/darwin_arm64_v0.160.6.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.159.4/windows_amd64_v0.159.4.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.6/windows_amd64_v0.160.6.tar.gz bin: ./aqua From 9ea6c1546a7a7b930b6931606d51bbba3cad3741 Mon Sep 17 00:00:00 2001 From: DavidSalame <75929252+davidsalame1@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:08:49 +0200 Subject: [PATCH 53/81] Update README-dockerhub.md (#756) --- README-dockerhub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-dockerhub.md b/README-dockerhub.md index 6763ea1f..bfcd2da5 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -87,7 +87,7 @@ There are some environments variables for overriding default values and behavior | `--skip-policies` | TRIVY_SKIP_POLICIES | Skip policies checks | `--skip-policies` / `TRIVY_SKIP_POLICIES=true` | | `--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` | - +| `--file-patterns` | TRIVY_FILE_PATTERNS | This option takes regexp patterns to look for your files. For example, it may be useful when your file name of Dockerfile doesn't match the default patterns | `--file-patterns="dockerfile:.*.docker"` / `TRIVY_FILE_PATTERNS="dockerfile:.*.docker"`
The prefixes are listed [here](https://github.com/aquasecurity/trivy/blob/6ccc0a554b07b05fd049f882a1825a0e1e0aabe1/pkg/fanal/analyzer/const.go) ## GitHub Action Integration Example @@ -178,4 +178,4 @@ The gradle non lock supported from gradle 7.0.0, support groovy and kotlin dsl. ## 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. \ No newline at end of file +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. From 0dc783a0b54b29be4f992b596ead37b0e751e464 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 28 Feb 2024 11:06:26 +0000 Subject: [PATCH 54/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..84868c74 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.160.9" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.9/linux_amd64_v0.160.9.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.9/linux_arm64_v0.160.9.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.9/darwin_amd64_v0.160.9.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.9/darwin_arm64_v0.160.9.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.9/windows_amd64_v0.160.9.tar.gz bin: ./aqua From 42aa9669c83571e25ccefbb8ec92d191ac204798 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 28 Feb 2024 17:42:07 +0000 Subject: [PATCH 55/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..071c3dbd 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.160.10" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.10/linux_amd64_v0.160.10.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.10/linux_arm64_v0.160.10.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.10/darwin_amd64_v0.160.10.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.10/darwin_arm64_v0.160.10.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.10/windows_amd64_v0.160.10.tar.gz bin: ./aqua From 788b8ef25a24957c76a86dba3869fe4914a0dcb2 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 3 Mar 2024 13:33:08 +0000 Subject: [PATCH 56/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..9721fc8e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.160.11" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.11/linux_amd64_v0.160.11.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.11/linux_arm64_v0.160.11.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.11/darwin_amd64_v0.160.11.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.11/darwin_arm64_v0.160.11.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.160.11/windows_amd64_v0.160.11.tar.gz bin: ./aqua From 9beba3e1539478ab36b201bb958cefa61e20d254 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 10 Mar 2024 10:26:44 +0000 Subject: [PATCH 57/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..41e677ae 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.161.3" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.161.3/linux_amd64_v0.161.3.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.161.3/linux_arm64_v0.161.3.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.161.3/darwin_amd64_v0.161.3.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.161.3/darwin_arm64_v0.161.3.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.161.3/windows_amd64_v0.161.3.tar.gz bin: ./aqua From 8707f32f2750d827ed2535938c89b0b91e509075 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 11 Mar 2024 08:55:53 +0000 Subject: [PATCH 58/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..a3687e9b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.162.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.162.0/linux_amd64_v0.162.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.162.0/linux_arm64_v0.162.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.162.0/darwin_amd64_v0.162.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.162.0/darwin_arm64_v0.162.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.162.0/windows_amd64_v0.162.0.tar.gz bin: ./aqua From c6ea825b6bec21084dc4d976a1919825500795a5 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 18 Mar 2024 14:14:59 +0000 Subject: [PATCH 59/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..9ef97bf5 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.0/linux_amd64_v0.163.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.0/linux_arm64_v0.163.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.0/darwin_amd64_v0.163.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.0/darwin_arm64_v0.163.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.0/windows_amd64_v0.163.0.tar.gz bin: ./aqua From dbfaf04b5b848fd1f216ea111f4695f71d670ab0 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 21 Mar 2024 11:04:27 +0000 Subject: [PATCH 60/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..4e52f9ce 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/linux_amd64_v0.163.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/linux_arm64_v0.163.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/darwin_amd64_v0.163.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/darwin_arm64_v0.163.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/windows_amd64_v0.163.2.tar.gz bin: ./aqua From 24905629195fd439461234d559d99e1ca49e8fae Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Thu, 21 Mar 2024 14:22:21 +0000 Subject: [PATCH 61/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..03a6e083 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.3" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.3/linux_amd64_v0.163.3.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.3/linux_arm64_v0.163.3.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.3/darwin_amd64_v0.163.3.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.3/darwin_arm64_v0.163.3.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.3/windows_amd64_v0.163.3.tar.gz bin: ./aqua From 0b8a5410e46bd792243f2955d37dff1a7b3f8d7d Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 26 Mar 2024 09:38:03 +0000 Subject: [PATCH 62/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..1f808bb7 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.4" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.4/linux_amd64_v0.163.4.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.4/linux_arm64_v0.163.4.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.4/darwin_amd64_v0.163.4.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.4/darwin_arm64_v0.163.4.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.4/windows_amd64_v0.163.4.tar.gz bin: ./aqua From fd0640f1488e1f873ea5c1eed47080eb91063d92 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 26 Mar 2024 14:21:08 +0000 Subject: [PATCH 63/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..5390abd4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.5" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.5/linux_amd64_v0.163.5.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.5/linux_arm64_v0.163.5.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.5/darwin_amd64_v0.163.5.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.5/darwin_arm64_v0.163.5.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.5/windows_amd64_v0.163.5.tar.gz bin: ./aqua From 7dd0c7726211f90738a612be8f67fd6c5ee3cadc Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 27 Mar 2024 09:59:29 +0000 Subject: [PATCH 64/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..0e706b80 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.6" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.6/linux_amd64_v0.163.6.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.6/linux_arm64_v0.163.6.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.6/darwin_amd64_v0.163.6.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.6/darwin_arm64_v0.163.6.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.6/windows_amd64_v0.163.6.tar.gz bin: ./aqua From 5948148cb2a836e05f3020cbbab9e9755362c781 Mon Sep 17 00:00:00 2001 From: ori zerah Date: Sun, 31 Mar 2024 17:18:29 +0300 Subject: [PATCH 65/81] update link --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4e52f9ce..975a9e1d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.163.2" +version: "v0.163.9" 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.163.2/linux_amd64_v0.163.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.9/linux_amd64_v0.163.9.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/linux_arm64_v0.163.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.9/linux_arm64_v0.163.9.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/darwin_amd64_v0.163.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.9/darwin_amd64_v0.163.9.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/darwin_arm64_v0.163.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.9/darwin_arm64_v0.163.9.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.2/windows_amd64_v0.163.2.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.9/windows_amd64_v0.163.9.tar.gz bin: ./aqua From c9db88a4b0dc1967abedf0f4c4c4e058cd8ba4f1 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Mon, 1 Apr 2024 16:32:38 +0000 Subject: [PATCH 66/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..41ed458c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.11" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.11/linux_amd64_v0.163.11.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.11/linux_arm64_v0.163.11.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.11/darwin_amd64_v0.163.11.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.11/darwin_arm64_v0.163.11.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.11/windows_amd64_v0.163.11.tar.gz bin: ./aqua From 0e763b0a596f72448098efaa3d4875e8b464f0ce Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 7 Apr 2024 19:40:36 +0000 Subject: [PATCH 67/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..5152a62d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.163.13" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.13/linux_amd64_v0.163.13.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.13/linux_arm64_v0.163.13.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.13/darwin_amd64_v0.163.13.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.13/darwin_arm64_v0.163.13.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.163.13/windows_amd64_v0.163.13.tar.gz bin: ./aqua From ceed31f748f8da2898805ff314b0d2dac35f1394 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 9 Apr 2024 11:10:14 +0000 Subject: [PATCH 68/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..0c4c5000 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.164.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/linux_amd64_v0.164.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/linux_arm64_v0.164.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/darwin_amd64_v0.164.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/darwin_arm64_v0.164.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/windows_amd64_v0.164.0.tar.gz bin: ./aqua From 9bee102d05de59c805332a25ea89dd36653a2c00 Mon Sep 17 00:00:00 2001 From: Tamir Kiviti <95572081+tamirkiviti13@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:52:37 +0300 Subject: [PATCH 69/81] Update README-dockerhub.md --- README-dockerhub.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README-dockerhub.md b/README-dockerhub.md index bfcd2da5..92f70c6d 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -72,6 +72,13 @@ There are some environments variables for overriding default values and behavior | 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) | +| OVERRIDE_TARGET_BRANCH | Use this environment variable to override the target branch for PR scanning (default to SCM target branch) | +| OVERRIDE_SOURCE_BRANCH | Use this environment variable to override the source branch for PR scanning (default to SCM source branch) +| OVERRIDE_COMMIT | Use this environment variable to override the commit to enrich SCM links +| OVERRIDE_REPOSITORY_NAME | Use this environment variable to override the repository name (default to SCM repository name) +| OVERRIDE_REPOSITORY_ID | Use this environment variable to override the repository id (default to SCM repository id) +| OVERRIDE_PROJECT_NAME | Use this environment variable to override the project name (default to SCM project name - important in Azure) +| OVERRIDE_PULL_REQUEST_ID | Use this environment variable to override the pull request for PR scanning - comments (default to SCM target pull request id) ## Command Line Arguments | Argument | Environment variable | Purpose | Example Usage | From 064724d4ce365b583292a2791c1d13aef74ae3f0 Mon Sep 17 00:00:00 2001 From: Tamir Kiviti <95572081+tamirkiviti13@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:13:41 +0300 Subject: [PATCH 70/81] Update plugin.yaml --- plugin.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 00dc5baf..7e1794d4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -12,7 +12,6 @@ platforms: - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.164.0/linux_arm64_v0.164.0.tar.gz bin: ./aqua - selector: From fb67b3bcfdb904bb9d08b3c2c19ad76491e5417c Mon Sep 17 00:00:00 2001 From: DavidSalame <75929252+davidsalame1@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:07:49 +0300 Subject: [PATCH 71/81] Update plugin.yaml --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 7e1794d4..0c4c5000 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.164.0 +version: "v0.164.0" usage: trivy aqua description: A Trivy plugin that sends results to Aqua. platforms: From 3b41dc26a07ab32c33b3bcbe36d6310da9ed7d08 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 10 Apr 2024 14:16:19 +0000 Subject: [PATCH 72/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..5b1bd08b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.165.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.165.0/linux_amd64_v0.165.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.165.0/linux_arm64_v0.165.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.165.0/darwin_amd64_v0.165.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.165.0/darwin_arm64_v0.165.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.165.0/windows_amd64_v0.165.0.tar.gz bin: ./aqua From 93fe2933ce16a23871111e6cac86b79531029c36 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 14 Apr 2024 08:49:13 +0000 Subject: [PATCH 73/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..0d8a64cc 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.166.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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.0/linux_amd64_v0.166.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.0/linux_arm64_v0.166.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.0/darwin_amd64_v0.166.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.0/darwin_arm64_v0.166.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.0/windows_amd64_v0.166.0.tar.gz bin: ./aqua From 45d8e221a5abd08674d2e96ef535b80726671746 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Tue, 30 Apr 2024 16:17:02 +0000 Subject: [PATCH 74/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..7c5dc59b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.166.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/linux_amd64_v0.166.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/linux_arm64_v0.166.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/darwin_amd64_v0.166.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/darwin_arm64_v0.166.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/windows_amd64_v0.166.1.tar.gz bin: ./aqua From edff32fed30d5c5304a69f35eb45799222ae252a Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Sun, 5 May 2024 13:51:45 +0300 Subject: [PATCH 75/81] [create-pull-request] automated change (#782) Co-authored-by: aqua-ci Co-authored-by: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 7c5dc59b..eb492d7b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.166.1" +version: "v0.167.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.166.1/linux_amd64_v0.166.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/linux_amd64_v0.167.0.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/linux_arm64_v0.166.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/linux_arm64_v0.167.0.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/darwin_amd64_v0.166.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/darwin_amd64_v0.167.0.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/darwin_arm64_v0.166.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/darwin_arm64_v0.167.0.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.166.1/windows_amd64_v0.166.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/windows_amd64_v0.167.0.tar.gz bin: ./aqua From b7b41eb96a813df2dd40b28dd31259318ed728b3 Mon Sep 17 00:00:00 2001 From: Naor Talmor <74590681+naortalmor1@users.noreply.github.com> Date: Tue, 7 May 2024 13:39:48 +0300 Subject: [PATCH 76/81] [create-pull-request] automated change (#783) Co-authored-by: aqua-ci Co-authored-by: Daniel Ciuraru <105148851+danielciuraru86@users.noreply.github.com> --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index eb492d7b..1a105a87 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.167.0" +version: "v0.167.1" 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.167.0/linux_amd64_v0.167.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.1/linux_amd64_v0.167.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/linux_arm64_v0.167.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.1/linux_arm64_v0.167.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/darwin_amd64_v0.167.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.1/darwin_amd64_v0.167.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/darwin_arm64_v0.167.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.1/darwin_arm64_v0.167.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.0/windows_amd64_v0.167.0.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.1/windows_amd64_v0.167.1.tar.gz bin: ./aqua From 1488a2d97c05b2e2b008185076f21b65c8a0bcc6 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 12 May 2024 08:45:05 +0000 Subject: [PATCH 77/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..362e4d18 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.167.5" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.5/linux_amd64_v0.167.5.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.5/linux_arm64_v0.167.5.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.5/darwin_amd64_v0.167.5.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.5/darwin_arm64_v0.167.5.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.5/windows_amd64_v0.167.5.tar.gz bin: ./aqua From 7339749f95bbb1e4c3cbb73ebd07b0c15dce4d9a Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 12 May 2024 17:00:27 +0000 Subject: [PATCH 78/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..b4949710 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.167.6" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.6/linux_amd64_v0.167.6.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.6/linux_arm64_v0.167.6.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.6/darwin_amd64_v0.167.6.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.6/darwin_arm64_v0.167.6.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.6/windows_amd64_v0.167.6.tar.gz bin: ./aqua From a8d46b75f383b14020dcc2a6cc8b7ace88181a7d Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Wed, 15 May 2024 13:35:09 +0000 Subject: [PATCH 79/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..b719d0bf 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.167.7" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.7/linux_amd64_v0.167.7.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.7/linux_arm64_v0.167.7.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.7/darwin_amd64_v0.167.7.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.7/darwin_arm64_v0.167.7.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.167.7/windows_amd64_v0.167.7.tar.gz bin: ./aqua From caf8f9129b11be208c597be70e0d2ff72e59dfc5 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 19 May 2024 14:38:58 +0000 Subject: [PATCH 80/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..f675a979 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.169.1" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.1/linux_amd64_v0.169.1.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.1/linux_arm64_v0.169.1.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.1/darwin_amd64_v0.169.1.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.1/darwin_arm64_v0.169.1.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.1/windows_amd64_v0.169.1.tar.gz bin: ./aqua From 45f30947bda44af1f3906e33ce4cb4a133f75004 Mon Sep 17 00:00:00 2001 From: aqua-ci Date: Sun, 19 May 2024 18:10:01 +0000 Subject: [PATCH 81/81] [create-pull-request] automated change --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4094c323..780109a8 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,31 +1,31 @@ name: "aqua" repository: github.com/aquasecurity/trivy-plugin-aqua -version: "v0.149.1" +version: "v0.169.2" 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.1/linux_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.2/linux_amd64_v0.169.2.tar.gz bin: ./aqua - selector: os: linux arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/linux_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.2/linux_arm64_v0.169.2.tar.gz bin: ./aqua - selector: os: darwin arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.2/darwin_amd64_v0.169.2.tar.gz bin: ./aqua - selector: os: darwin arch: arm64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/darwin_arm64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.2/darwin_arm64_v0.169.2.tar.gz bin: ./aqua - selector: os: windows arch: amd64 - uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.149.1/windows_amd64_v0.149.1.tar.gz + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.169.2/windows_amd64_v0.169.2.tar.gz bin: ./aqua