We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cc497 commit 2b5a4a3Copy full SHA for 2b5a4a3
.github/workflows/test.yml
@@ -1,3 +1,4 @@
1
+# Once this repository is public, move this workflow to security-integrations
2
on: [push]
3
name: Test ClickBOM Action
4
@@ -29,3 +30,4 @@ jobs:
29
30
aws-secret-access-key: ${{ steps.aws-creds.outputs.aws-secret-access-key }}
31
s3-bucket: clickhouse-sbom
32
s3-key: clickbom.json
33
+ repository: ${{ github.repository }}
0 commit comments