Skip to content

Commit

Permalink
ci: test GitHub Artifact Attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 23, 2024
1 parent 6782754 commit 5cb9c2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 43 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@ jobs:
- run: helm version
- run: github-compare -v
- run: terrafmt version
- name: test cosign

- name: test Cosign, SLSA, and GitHub Artifact Attestations
run: aqua i
working-directory: tests/cosign
- name: test SLSA
run: aqua i
working-directory: tests/slsa

- name: output bash completion
run: aqua completion bash
Expand Down
2 changes: 1 addition & 1 deletion aqua/aqua-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://aquaproj.github.io/docs/tutorial-extras/policy-as-code
registries:
- type: standard
ref: semver(">= 3.0.0")
ref: semver(">= 3.0.0") or Version == "f9cce37273a70e2f5664fb4c3708169ffe7e320c"
- name: main
type: local
path: ../tests/main/registry.yaml
Expand Down
10 changes: 2 additions & 8 deletions tests/cosign/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
ref: f9cce37273a70e2f5664fb4c3708169ffe7e320c # TODO update
packages:
- name: terraform-linters/tflint
version: v0.44.1
# https://github.com/sigstore/cosign/issues/2576
# https://github.com/aquaproj/aqua/issues/1555
# https://github.com/aquaproj/aqua/issues/1554
- name: aquaproj/aqua-installer
version: v1.1.3-3
- name: suzuki-shunsuke/mkghtag@v0.1.5-3
17 changes: 0 additions & 17 deletions tests/slsa/aqua.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions tests/slsa/registry.yaml

This file was deleted.

0 comments on commit 5cb9c2d

Please sign in to comment.