File tree Expand file tree Collapse file tree 6 files changed +72
-5
lines changed Expand file tree Collapse file tree 6 files changed +72
-5
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.2
2
- FROM node:20 as build
2
+ FROM node@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7 as build
3
3
WORKDIR /lambdas
4
4
RUN apt-get update \
5
5
&& apt-get install -y zip \
Original file line number Diff line number Diff line change 1
- ARG VARIANT="20-bullseye"
2
- FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
1
+ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node@sha256:acdce1045a2ddce4c66846d5cd09adf746d157fce9233124e4925b647f192b2e
Original file line number Diff line number Diff line change @@ -51,3 +51,23 @@ updates:
51
51
commit-message :
52
52
prefix : " fix(lambda)"
53
53
prefix-development : " chore(lambda)"
54
+
55
+ - package-ecosystem : " docker"
56
+ directory : " /.ci/Dockerfile"
57
+ schedule :
58
+ interval : " weekly"
59
+ labels :
60
+ - " dependencies"
61
+ - " docker"
62
+ commit-message :
63
+ prefix : " chore(docker)"
64
+
65
+ - package-ecosystem : " docker"
66
+ directory : " /.devcontainer/Dockerfile"
67
+ schedule :
68
+ interval : " weekly"
69
+ labels :
70
+ - " dependencies"
71
+ - " docker"
72
+ commit-message :
73
+ prefix : " chore(devcontainer)"
Original file line number Diff line number Diff line change
1
+ name : OSSF Scorecard supply-chain security
2
+ on :
3
+ branch_protection_rule :
4
+ schedule :
5
+ - cron : ' 44 19 * * 2'
6
+ workflow_dispatch :
7
+ push :
8
+ branches : [ "main" ]
9
+
10
+ permissions : read-all
11
+
12
+ jobs :
13
+ analysis :
14
+ name : Scorecard analysis
15
+ runs-on : ubuntu-latest
16
+ if : github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
17
+ permissions :
18
+ security-events : write
19
+ id-token : write
20
+
21
+ steps :
22
+ - name : " Checkout code"
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ with :
25
+ persist-credentials : false
26
+
27
+ - name : " Run analysis"
28
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
29
+ with :
30
+ results_file : results.sarif
31
+ results_format : sarif
32
+ publish_results : true
33
+
34
+ # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
35
+ # format to the repository Actions tab.
36
+ - name : " Upload artifact"
37
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
38
+ with :
39
+ name : SARIF file
40
+ path : results.sarif
41
+ retention-days : 5
42
+
43
+ # Upload the results to GitHub's code scanning dashboard (optional).
44
+ # Commenting out will disable upload of results to your repo's Code Scanning dashboard
45
+ - name : " Upload to code-scanning"
46
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e
47
+ with :
48
+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
1
# Terraform module Self-Hosted Scalable GitHub Actions runners on AWS.
2
2
3
- [ ![ docs] ( https://img.shields.io/badge/docs-runners-blue.svg )] ( https://github-aws-runners.github.io/terraform-aws-github-runner ) [ ![ awesome-runners] ( https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg )] ( https://github.com/jonico/awesome-runners ) [ ![ Terraform registry] ( https://img.shields.io/github/v/release/github-aws-runners/terraform-aws-github-runner?label=Terraform%20Registry )] ( https://registry.terraform.io/modules/github-aws-runners/github-runner/aws/ ) [ ![ Terraform checks] ( https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/terraform.yml/badge.svg )] ( https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/terraform.yml ) [ ![ Lambdas] ( https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/lambda.yml/badge.svg )] ( https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/lambda.yml )
3
+ [](https://github-aws-runners.github.io/terraform-aws-github-runner) [](https://github.com/jonico/awesome-runners) [](https://registry.terraform.io/modules/github-aws-runners/github-runner/aws/) [](https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/terraform.yml) [](https://github.com/github-aws-runners/terraform-aws-github-runner/actions/workflows/lambda.yml) [](https://scorecard.dev/viewer/?uri=github.com/github-aws-runners/terraform-aws-github-runner)
4
4
5
5
> 📢 We're moving ` terraform-aws-github-runner ` to a new organization https://github.com/github-aws-runners in January to foster growth and community ownership! 🎉 Join us on our new [ Discord server] ( https://discord.gg/bxgXW8jJGh ) for discussions and updates. Please see #4298 for more details.
6
6
Original file line number Diff line number Diff line change 1
- v20
1
+ v22
You can’t perform that action at this time.
0 commit comments