Skip to content
New issue

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

Add support for GitHub container actions #77

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Add support for GitHub container actions #77

merged 1 commit into from
Aug 22, 2024

Conversation

ncalteen
Copy link
Contributor

Adds support for GitHub container actions using the image tag in the action.yml/action.yaml file. E.g...

runs:
  using: docker
  image: docker://ghcr.io/actions/container-prebuilt-action:v0.2.0 # Infers `0.2.0`

@ncalteen ncalteen self-assigned this Aug 22, 2024
@ncalteen ncalteen requested a review from a team as a code owner August 22, 2024 16:29
Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.05s
✅ JSON jsonlint 9 0 0.46s
✅ JSON prettier 9 0 1.46s
✅ JSON v8r 9 0 41.89s
✅ MARKDOWN markdownlint 1 0 0.63s
✅ MARKDOWN markdown-link-check 1 0 2.64s
✅ REPOSITORY checkov yes no 12.06s
✅ REPOSITORY gitleaks yes no 0.52s
✅ REPOSITORY git_diff yes no 0.08s
✅ REPOSITORY grype yes no 13.51s
✅ REPOSITORY secretlint yes no 0.86s
✅ REPOSITORY trivy yes no 8.94s
✅ REPOSITORY trivy-sbom yes no 1.62s
✅ REPOSITORY trufflehog yes no 15.54s
✅ TYPESCRIPT eslint 12 0 9.23s
✅ TYPESCRIPT prettier 12 0 1.99s
✅ XML xmllint 2 0 0.0s
✅ YAML prettier 20 0 0.7s
✅ YAML v8r 20 0 40.98s
✅ YAML yamllint 20 0 0.38s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen merged commit 6a61358 into main Aug 22, 2024
5 checks passed
@ncalteen ncalteen deleted the ncalteen/action branch August 22, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant