anantacloud-actions/Enterprise Artifact Action
Secure artifact upload with scanning, risk scoring, and policy enforcement
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Base name for the artifact. For multiple paths, suffixes like -1, -2 will be appended automatically. | yes | — |
| path | Comma-separated list of files or directories to upload. Example: 'file.txt,dist/,report.json' | yes | — |
| artifact-prefix | Optional prefix added to artifact names (e.g. 'prod-', 'dev-'). | no | "" |
| retention-days | Number of days to retain the artifact before deletion. | no | 7 |
| compression | auto | always | never | no | auto |
| max-chunk-size | Chunk size in MB (default 8MB). | no | 8 |
| include | Glob include patterns (comma-separated). | no | "" |
| exclude | Glob exclude patterns (comma-separated). | no | "" |
| policy-mode | enforce | audit | no | enforce |
| fail-on-risk | true | false | no | true |
Outputs
| name | description |
|---|---|
| risk-score | Calculated risk score |