Commit Graph

23 Commits

Author SHA1 Message Date
Brian DeHamer
f9eaf234fc Bump actions/attest from 2.2.0 to 2.2.1 (#481)
* bump actions/attest from v2.2.0 to v2.2.1

Signed-off-by: Brian DeHamer <bdehamer@github.com>

* pin super-linter action to v7.2.1

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: Brian DeHamer <bdehamer@github.com>
2025-02-26 12:57:26 -08:00
Brian DeHamer
c4fbc64884 bump actions/attest from 2.0.0 to 2.0.1 (#406)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-12-06 07:32:45 -08:00
dependabot[bot]
0704961b8b Bump actions/publish-immutable-action in the actions-minor group (#298)
Bumps the actions-minor group with 1 update: [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action).


Updates `actions/publish-immutable-action` from 0.0.3 to 0.0.4
- [Release notes](https://github.com/actions/publish-immutable-action/releases)
- [Commits](https://github.com/actions/publish-immutable-action/compare/0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: actions/publish-immutable-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 09:56:55 -07:00
Joel Ambass
b1d65e4607 Add workflow file for publishing releases to immutable action package (#277)
* Add workflow file for publishing releases to immutable action package

This workflow file publishes new action releases to the immutable action package of the same name as this repo.

This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.

* linter fix for workflow permissions

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
2024-10-14 16:59:28 -07:00
Brian DeHamer
dff1ae69a7 prevent e2e workflows on forks (#272)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-10-03 07:56:27 -07:00
Brian DeHamer
43c221e61f add stamp tag to prober (#227)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-09-05 16:25:38 -07:00
Brian DeHamer
d438876305 add sigstore prober (#224)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-09-05 06:54:45 -07:00
dependabot[bot]
3eb3242bd7 Bump super-linter/super-linter from 6 to 7 (#205)
* Bump super-linter/super-linter from 6 to 7

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v6...v7)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* disable YAML_PRETTIER in super-linter

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
2024-08-20 13:10:51 -05:00
Brian DeHamer
48f71d5e11 disable typescript-standard super linter (#191)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-08-06 09:08:02 -07:00
Brian DeHamer
8f1fc17a59 Revert "disable github action linting (#54)" (#102)
This reverts commit eab7f69317.
2024-06-04 08:37:47 -07:00
Brian DeHamer
eab7f69317 disable github action linting (#54)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-05-01 13:59:05 -07:00
Phill MV
e9e8f489ae Update README.md to use attestations permission (#43)
* Update README.md to use `attestations` permission

* Update ci.yml

* Update ci.yml

* Update README.md

Co-authored-by: Brian DeHamer <bdehamer@github.com>

* Update README.md

Co-authored-by: Brian DeHamer <bdehamer@github.com>

---------

Co-authored-by: Brian DeHamer <bdehamer@github.com>
2024-04-22 09:12:55 -07:00
Eugene
9b4b35feaa unit test (#13)
* test

* updated
2024-02-29 17:04:03 -08:00
Brian DeHamer
b6400165aa Force signing w/ private sigstore instance (#16)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-29 16:29:00 -08:00
Brian DeHamer
ee7eb81981 readme updates (#12)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-28 18:11:21 -08:00
Brian DeHamer
d6e451253f reference @actions/attest package (#10)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-26 14:49:08 -08:00
Brian DeHamer
1c11bf4f81 workflow fixup
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-23 17:25:53 -08:00
Brian DeHamer
4b5ff813f7 fix permissions for codeql workflow
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-23 16:56:37 -08:00
Brian DeHamer
4c5a33ee04 fix fetch-depth for linter checkout
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-23 16:56:12 -08:00
dependabot[bot]
e6db7d66b0 Bump super-linter/super-linter from 5 to 6
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 21:57:31 +00:00
ejahnGithub
9a05ed248a update ci 2024-02-23 12:39:26 -08:00
ejahnGithub
381fca5703 init attest build provenance 2024-02-22 08:29:05 -08:00
Brian DeHamer
1a4323c55b Initial commit 2024-02-20 11:26:39 -08:00