Skip to content

Add support for GitHub container actions#77

Merged
ncalteen merged 1 commit intomainfrom
ncalteen/action
Aug 22, 2024
Merged

Add support for GitHub container actions#77
ncalteen merged 1 commit intomainfrom
ncalteen/action

Conversation

@ncalteen
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown

🦙 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
@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