We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reports an error unknown permission scope "attestations" which is incorrect.
unknown permission scope "attestations"
Should validate like all other scopes.
v6.4.1
### Failed Workflow: .github/workflows/upload-deploy.yml:18:7: unknown permission scope "attestations". all available permission scopes are "actions", "checks", "contents", "deployments", "discussions", "id-token", "issues", "packages", "pages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions] | 18 | attestations: read | ^~~~~~~~~~~~~ ------ ### Following Workflow without attestations: ```text Invalid workflow file: .github/workflows/upload-deploy.yml#L14 The workflow is not valid. .github/workflows/upload-deploy.yml (Line: 14, Col: 3): Error calling workflow 'org/repo/.github/workflows/lint-package-inspect.yml@b7547c86547eee07595a5f8cb0a9eed2737c7a2b'. The workflow is requesting 'attestations: read', but is only allowed 'attestations: none'.
### Steps To Reproduce add below to `jobs` section. ```yaml lint-package-inspect: uses: ./.github/workflows/lint-package-inspect.yml permissions: actions: read attestations: read
NA
The text was updated successfully, but these errors were encountered:
Reference from upstream super-linter/super-linter#5601
Sorry, something went wrong.
Needed for https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/
This is already fixed by #418 and it will be included in the next release.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Reports an error
unknown permission scope "attestations"
which is incorrect.Expected Behavior
Should validate like all other scopes.
Super-Linter version
Relevant log output
Anything else?
NA
The text was updated successfully, but these errors were encountered: