skip to Main Content

Docker – trivy pipeline for multiple containers

this is my first time working with trivy and clair on Azure DevOps using self-hosted agent and I just tried this pipeline that I have found on GitHub name: $(BuildDefinitionName)_$(date:yyyyMMdd)_$(BuildID)$(rev:.r) resources: - repo: self variables: image_name: openjdk image_tag: 17-jdk-slim jobs:…

VIEW QUESTION

Add azureSubscription in a "each" loop

I need to add the azureSubscription to my each loop which looks like this parameters: - name: info displayName: Information type: object default: info1: abc info2: 123 info3: hello steps: - checkout: none - ${{ each info in parameters.info }}:…

VIEW QUESTION
Back To Top
Search