platform: linux image_resource: type: registry-image source: {repository: rust} # This should cache cargo audit caches: - path: "./.cargo/" inputs: - name: repo run: path: sh args: - -exc - | cargo install cargo-audit cargo audit dir: "repo"