build(deps): bump aquasecurity/trivy-action from 0.2.5 to 0.3.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.5...0.3.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/artifacts.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/artifacts.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -83,7 +83,7 @@ jobs: | |||||||
|           labels: ${{ steps.meta.outputs.labels }} |           labels: ${{ steps.meta.outputs.labels }} | ||||||
|  |  | ||||||
|       - name: Run Trivy vulnerability scanner |       - name: Run Trivy vulnerability scanner | ||||||
|         uses: aquasecurity/trivy-action@0.2.5 |         uses: aquasecurity/trivy-action@0.3.0 | ||||||
|         with: |         with: | ||||||
|           image-ref: "ghcr.io/dexidp/dex:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" |           image-ref: "ghcr.io/dexidp/dex:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" | ||||||
|           format: "sarif" |           format: "sarif" | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -96,7 +96,7 @@ jobs: | |||||||
|             org.opencontainers.image.documentation=https://dexidp.io/docs/ |             org.opencontainers.image.documentation=https://dexidp.io/docs/ | ||||||
|  |  | ||||||
|       - name: Run Trivy vulnerability scanner |       - name: Run Trivy vulnerability scanner | ||||||
|         uses: aquasecurity/trivy-action@0.2.5 |         uses: aquasecurity/trivy-action@0.3.0 | ||||||
|         with: |         with: | ||||||
|           image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}" |           image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}" | ||||||
|           format: "template" |           format: "template" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user