Skip to content

Commit

Permalink
Merge pull request #4832 from dlorenc/aactl
Browse files Browse the repository at this point in the history
Add aactl tool.
  • Loading branch information
dlorenc authored Aug 26, 2023
2 parents 5cf455d + e12dd4f commit e5764ec
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions aactl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
package:
name: aactl
version: 0.4.12
epoch: 0
description: Google Container Analysis data import utility, supports OSS vulnerability scanner reports, SLSA provenance and sigstore attestations.
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- go
- build-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/GoogleCloudPlatform/aactl
expected-commit: 3a4d07f2c453ee3d3db5050bcce50cb8ebe649ba
tag: v${{package.version}}

- runs: |
make build
mkdir -p ${{targets.destdir}}/usr/bin
mv bin/aactl ${{targets.destdir}}/usr/bin/aactl
- uses: strip

update:
enabled: true
github:
identifier: GoogleCloudPlatform/aactl
strip-prefix: v

0 comments on commit e5764ec

Please sign in to comment.