You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -270,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
270
274
-[Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
271
275
-[Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories.
272
276
-[Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories.
277
+
-[Snyk Test Action](https://github.com/snyk/actions)
273
278
274
279
#### Code Coverage
275
280
@@ -379,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
379
384
-[Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
380
385
-[Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
381
386
-[Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
@@ -388,6 +394,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
388
394
-[Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
389
395
-[Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
390
396
-[Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
397
+
-[Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
391
398
392
399
#### Kubernetes
393
400
@@ -409,7 +416,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
409
416
-[Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
410
417
-[An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
411
418
412
-
413
419
### External Services
414
420
415
421
-[Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
0 commit comments